{{station_call}} Status
{{station_lat}}, {{station_lon}}
Recent RF Packets
from |
object_name |
raw |
created (utc) |
more |
{% for i in frames %}
{{ i['from'] }} |
{{ i['object_name'] }} |
{{ i['raw'] }} |
{{ i['created'] }} |
more
|
{% endfor %}
Recent Stations
Coming soon, see https://amiok.net/gitea/W1CDN/aprs_tool/issues/16.
from |
last heard (utc) |
count |
{% for i in stations %}
{{ i['from'] }} |
{{ i['created'] }} |
{{ i['COUNT(id)']}} |
{% endfor %}
Help
This is a work in progress. See https://amiok.net/gitea/W1CDN/aprs_tool for usage.