Skip to content

Instantly share code, notes, and snippets.

@kareiva
Created June 20, 2017 17:18
Show Gist options
  • Save kareiva/6d6cff5e08475070803df33d8c617a6a to your computer and use it in GitHub Desktop.
Save kareiva/6d6cff5e08475070803df33d8c617a6a to your computer and use it in GitHub Desktop.
Example APRS iGate configuration
mycall LY2EN-3
myloc lat 5443.45N lon 02517.30E
<aprsis>
passcode -1
server euro.aprs2.net
heartbeat-timeout 1m
</aprsis>
<logging>
pidfile /var/run/aprx.pid
rflog /var/log/aprx/aprx-rf.log
aprxlog /var/log/aprx/aprx.log
erlangfile /var/run/aprx.state
</logging>
<interface>
ax25-device $mycall
tx-ok true
telem-to-is true
</interface>
<beacon>
beaconmode both
cycle-size 20m
beacon symbol "I#" $myloc comment "iGate+Digi 144.8 MHz (Arduino + TNC)"
</beacon>
<beacon>
beaconmode both
cycle-size 15m
beacon raw ";145.75VLN*111111z5443.89N/02515.73ErT186 R50k Repeater / LY0RVN"
</beacon>
<digipeater>
transmitter $mycall
ratelimit 60 120
srcratelimit 10 20
<source>
source $mycall
relay-type digipeated
viscous-delay 0
ratelimit 60 120
</source>
<source> # APRSIS source adds a TX-IGATE behaviour
source APRSIS
relay-type third-party
viscous-delay 5
ratelimit 60 120
via-path WIDE2-1
msg-path WIDE2-1
</source>
</digipeater>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment