Beacon time randomized and processing of aprsis messages.
This commit is contained in:
@@ -385,7 +385,24 @@
|
||||
|
||||
?>
|
||||
</h3>
|
||||
|
||||
|
||||
<h2 align="left">APRS-IS (internet)</h2>
|
||||
<h3 align="left">
|
||||
<?php
|
||||
$csv = array_map('str_getcsv', file("/home/marcel/ham/aprs_utils/aprs_log/aprs_received_messages.log"));
|
||||
|
||||
for ($i = 0; $i < count($csv); $i++) {
|
||||
if ($csv[$i][1] == "aprsis") {
|
||||
echo $csv[$i][2];
|
||||
echo ": ";
|
||||
echo $csv[$i][4];
|
||||
echo "<br>";
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
||||
</h3>
|
||||
|
||||
<a href=""><h1 style="color:Black;" onclick="show_main_page()"><i class="fa fa-arrow-left" aria-hidden="true"></i> Back</h1></a>
|
||||
</div>
|
||||
|
||||
|
Reference in New Issue
Block a user