Added support for rtl-sdr's,Simplex Only & XBand
This commit is contained in:
2
RTL-SDR_Support/1200b_RTL-SDR_APRS.sh
Normal file
2
RTL-SDR_Support/1200b_RTL-SDR_APRS.sh
Normal file
@ -0,0 +1,2 @@
|
||||
#!/usr/bin/env bash
|
||||
rtl_fm -f 145.17500M - | direwolf -c /home/$USER/aprs/RTL-SDR_Support/Direwolf_1200b_RX-ONLY.conf -r 24000 -B 1200 -D 1 -
|
2
RTL-SDR_Support/9600b_RTD-SDR_APRS.sh
Normal file
2
RTL-SDR_Support/9600b_RTD-SDR_APRS.sh
Normal file
@ -0,0 +1,2 @@
|
||||
#!/usr/bin/env bash
|
||||
rtl_fm -f 439.10000M - | direwolf -c /home/$USER/aprs/RTL-SDR_Support/Direwolf_RX-only_RTL-SDR.conf -r 24000 -B 9600 -D 1 -
|
43
RTL-SDR_Support/Direwolf_RX-ONLY.conf
Normal file
43
RTL-SDR_Support/Direwolf_RX-ONLY.conf
Normal 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
|
||||
|
Reference in New Issue
Block a user