Beacon time randomized and processing of aprsis messages.

This commit is contained in:
2022-02-06 21:51:49 +01:00
parent b916626aa3
commit 525aa3cc0a
9 changed files with 96 additions and 22 deletions

View File

@@ -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>&nbsp; Back</h1></a>
</div>