Created
September 5, 2020 01:40
-
-
Save darksidelemm/9a1aa7ce0bea8ebde813cbac8f757dc1 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# | |
# SpyServer + Direwolf configuration File | |
# | |
# Setup Direwolf to read from stdin. | |
ADEVICE - null | |
ACHANNELS 1 | |
# Single input channel | |
CHANNEL 0 | |
# Replace callsign with your call! | |
MYCALL N0CALL-3 | |
# 300 baud FSK modem, with a few variations to allow for frequency offsets. | |
MODEM 300 1600:1800 7@30 /4 | |
AGWPORT 8000 | |
KISSPORT 8001 | |
# Pick an APRS-IS server suitable for your location! | |
# | |
# noam.aprs2.net - for North America | |
# soam.aprs2.net - for South America | |
# euro.aprs2.net - for Europe and Africa | |
# asia.aprs2.net - for Asia | |
# aunz.aprs2.net - for Oceania | |
IGSERVER aunz.aprs2.net | |
# Replace YOURCALL and YOURPASS with your callsign and APRS-IS passcode | |
# You can calculate your APRS-IS passcode here: https://apps.magicbug.co.uk/passcode/ | |
IGLOGIN YOURCALL YOURPASS | |
# If you want to emit a beacon into APRS-IS, modify and uncomment this line. | |
# Please don't use it as it is! | |
#PBEACON sendto=IG delay=0:30 every=40:00 symbol="igate" overlay=R lat=34^11.86S long=138^39.60E comment="SpyServer + Direwolf 40/30m APRS iGate" | |
# Filter incoming iGate traffic to reduce bandwidth usage | |
IGFILTER m/50 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment