Incomming messages from APRSIS are now acknowledged if needed.
@@ -428,6 +428,23 @@
|
||||
|
||||
?>
|
||||
</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>
|
||||
|
Before Width: | Height: | Size: 9.9 KiB After Width: | Height: | Size: 14 KiB |
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 13 KiB |
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 14 KiB |
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 13 KiB |
Before Width: | Height: | Size: 17 KiB After Width: | Height: | Size: 17 KiB |
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 17 KiB |
Before Width: | Height: | Size: 17 KiB After Width: | Height: | Size: 17 KiB |
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 11 KiB |
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 14 KiB |