Skip to content

Instantly share code, notes, and snippets.

@PhirePhly
Created November 6, 2016 00:44
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save PhirePhly/a82ac89442e9678d9030de9ef5acd668 to your computer and use it in GitHub Desktop.
KD0YUJ configs for diagnostics
mycall KD0YUJ #This is my call sign
myloc lat 3927.93N lon 09418.34W #Location of my digi-gate
<aprsis>
passcode ***** #passcode for APRS-IS
server rotate.aprs.net 14580 #APRS-IS Server and Port
filter r/39.46550/-94.30566/80.4672 #grab within 50 mile radius of station from APRS-IS
filter b/EAX* #grab WX bulletins-objects NWS Pleasant Hill office
</aprsis>
<logging>
pidfile /var/run/aprx.pid #default
rflog /var/log/aprx/aprx-rf.log #default
aprxlog /var/log/aprx/aprx.log #default
erlangfile /var/run/aprx.state #default
erlang-loglevel NONE #default
</logging>
<interface>
ax25-device KD0YUJ #call sign in /etc/ax25/axports file
tx-ok true #enable transmitter for TX gate and digi
telem-to-is true #send telemetry statistics to APRSIS
</interface>
<beacon>
beaconmode both
cycle-size 60m
beacon to $mycall dest APRX29 file /home/evanh/etc/aprx.conf.beacon
beacon to $mycall dest APRX29 file /home/evanh/etc/aprx.conf.beacon
beacon to $mycall dest APRX29 via WIDE2-1 file /home/evanh/etc/aprx.conf.beacon
beacon to $mycall dest APRX29 file /home/evanh/etc/aprx.conf.beacon
beacon to $mycall dest APRX29 file /home/evanh/etc/aprx.conf.beacon
beacon to $mycall dest APRX29 via WIDE2-2 file /home/evanh/etc/aprx.conf.beacon
</beacon>
<digipeater>
transmitter $mycall #call sign listed in first line of this file
<source>
source $mycall #call sign listed in first line of this file
relay-type digipeater
regex-filter via WIDE7-7|WIDE7-6|WIDE7-5|WIDE7-4|WIDE7-3|WIDE7-2|WIDE7-1
regex-filter via WIDE6-6|WIDE6-5|WIDE6-4|WIDE6-3|WIDE6-2|WIDE6-1
regex-filter via WIDE5-5|WIDE5-4|WIDE5-3|WIDE5-2|WIDE5-1
regex-filter via WIDE4-4|WIDE4-3|WIDE4-2|WIDE4-1
regex-filter via WIDE3-3|WIDE3-2|WIDE3-1
regex-filter via WIDE2-2|WIDE2-1
regex-filter via TRACE7-7|TRACE7-6|TRACE7-5|TRACE7-4|TRACE7-3|TRACE7-2|TRACE7-1
regex-filter via TRACE6-6|TRACE6-5|TRACE6-4|TRACE6-3|TRACE6-2|TRACE6-1
regex-filter via TRACE5-5|TRACE5-4|TRACE5-3|TRACE5-2|TRACE5-1
regex-filter via TRACE4-4|TRACE4-3|TRACE4-2|TRACE4-1
regex-filter via TRACE3-3|TRACE3-2|TRACE3-1
regex-filter via TRACE2-2|TRACE2-1
regex-filter via TRACE1-1
regex-filter via RELAY
filter t/* #digipeat all packet types
</source>
<source>
source APRSIS
relay-type third-party
msg-path "WIDE2-1" #Use 1 digi for messages
via-path "WIDE2-1" #Use 1 digi for 3rd party packets
filter t/m #allow messages
filter -r/39.46550/-94.30566/-80.4672 #exclude outside 50 mile radius of station
filter p/EAXFFW/EAXSVR/EAXTOR #gate WX objects and NWS message(Pleasant Hill office)
filter b/KD0YUJ-5 #gate smartphone APRSdroid app.
</source>
</digipeater>
BADLINE TO PREVENT OPERATION
# /etc/ax25/axports
#
# The format of this file is:
#
# name callsign speed paclen window description
#
aprs KD0YUJ 9600 256 7 144.39 APRS (1200 bps)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment