RTL-SDR README added

This commit is contained in:
Harper Innes 2024-08-11 20:46:43 +10:00
parent d2b393ebed
commit 1525bdda39
2 changed files with 49 additions and 0 deletions

View File

@ -0,0 +1,43 @@
#########################
# RX Only RTL-SDR IGate #
#########################
##################################
# Channels, SSID, PTT, Baud Rate #
##################################
#-------------#
# RTLSDR APRS #
#-------------#
CHANNEL 0
MYCALL {SSID HERE}
ADEVICE null null
#------------------#
# Internet Beacons #
#------------------#
PBEACON sendto=IG delay=3 every=5 symbol="igate" overlay=R lat={LAT HERE} long={LONG HERE} height={HEIGHT ASL HERE} gain={ANTENNA GAIN HERE} comment="{COMMENT HERE}"
CBEACON sendto=IG delay=1 every=30 info="> {COMMENT HERE}"
IBEACON sendto=IG delay=1 every=15
#############################
# Servers and Login Details #
#############################
IGSERVER euro.aprs2.net
#IGSERVER noam.aprs2.net
#IGSERVER aunz.aprs2.net
IGLOGIN {SSID HERE} {PASSWORD HERE}
#-----------------#
# Mastodon Beacon #
#-----------------#
# https://aprs.internaluse.net/@{Your Callsign Here}/
# Do not attach your SSID "-#" to the end of your Callsign, Simply just your call as is :-)
#IBEACON sendto=IG delay=1 every=180 via=TOOT (This doesn't work right now, Need to wait on VK4XSS to fix maybe?)

View File

@ -0,0 +1,6 @@
# RTL SDR Support
There is a second config file named "Direwolf_1200b_RX-ONLY.conf
Simply change your "MYCALL {SSID HERE}", Pbeacons & Cbeacons
& IGLOGIN {SSID HERE} {PASSWORD HERE}