One feature of many APRS-capable applications and radios is that they support specially-formatted APRS messages called queries or QRU. When the radio receives this message, the text “Q? ” will flash on the top of the screen. Here are the message you can send. ?APRSM – Re-queues any pending messages. ?APRSP – Triggers immediate position […]
Category: Uncategorized
Debian Jessie: Run aprx as a service
If you’d like to run aprx as a service on Debian Jessie, use this systemd script (in /lib/systemd/system/aprx.service):
1 2 3 4 5 6 7 8 9 10 11 |
[Unit] Description=Amateur Radio APRS Gateway & Digipeater Documentation=man:aprx(8) [Service] Type=simple ExecStart=/sbin/aprx -i # doesn't do any internal reload # [Install] WantedBy=multi-user.target |