Heard last 24 hours
DIRECT
";
}
}
echo "
DIGIPEATED
";
$csv = array_map('str_getcsv', file("/home/marcel/ham/aprs_utils/aprs_log/aprs_stations_heard_digipeated.log"));
for ($i = 0; $i < count($csv); $i++) {
if ($csv[$i][1] == "ax0") {
echo $csv[$i][2];
echo "
";
}
}
?>
DIRECT
";
}
}
echo "
DIGIPEATED
";
$csv = array_map('str_getcsv', file("/home/marcel/ham/aprs_utils/aprs_log/aprs_stations_heard_digipeated.log"));
for ($i = 0; $i < count($csv); $i++) {
if ($csv[$i][1] == "ax1") {
echo $csv[$i][2];
echo "
";
}
}
?>
Back