Rpi-aprs-aprx.conf

From wikipost
Jump to navigation Jump to search
/etc/aprx.conf

Aprx is a Linux based APRS client with full digipeater capabilities.

The config below is for a Receive-(to APRSIS)-only iGate can can be tweaked for full digipeater capabilities. Read the extensive manual for aprx for full details.

# -- global variables --
mycall  VK2HAQ-1
myloc lat 3256.14S lon 15137.75E

# -- APRS Internet System --
# use appropriate passcode for your station
<aprsis>
passcode -1
server   aunz.aprs2.net
</aprsis>

# -- program and packets logging --
<logging>
pidfile /var/run/aprx.pid
rflog /dev/shm/aprx-rf.log
aprxlog /dev/shm/aprx.log
dprslog /var/log/aprx/dprs.log
</logging>

# -- interfaces --
<interface>
   ax25-device   $mycall
   tx-ok         false  # transmitter enable defaults to false
</interface>

# -- beacon --
<beacon>
beaconmode aprsis
cycle-size 20m
beacon symbol "R&" $myloc comment "Rx-only iGate"
</beacon>