-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathws-options.conf
More file actions
22 lines (16 loc) · 935 Bytes
/
Copy pathws-options.conf
File metadata and controls
22 lines (16 loc) · 935 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
objectcall="" # Your Callsign
gatewaycall="" # It can be the same as the objectcall
aprspass="" # Passcode for your callsign - https://www.wettersonde.net/aprs_passcode_generator.php
aprsserver="wettersonde.net"
declare -A rtl0=( [device]=0 [ppm]=0 [gain]=36 [port]=28051 [scan_sdrtst]=18051 [scan_sondeudp]=17051 [sf]=404000000 [level]=6 )
declare -A rtl1=( [device]=1 [ppm]=0 [gain]=36 [port]=28052 [scan_sdrtst]=18052 [scan_sondeudp]=17052 [sf]=402000000 [level]=6 )
declare -A rtl2=( [device]=2 [ppm]=0 [gain]=36 [port]=28053 [scan_sdrtst]=18053 [scan_sondeudp]=17053 [sf]=400000000 [level]=5 )
activesdr=( rtl0 )
# activesdr=( rtl0 rtl1 ) # example for two SDR
# activesdr=( rtl0 rtl1 rtl2 ) # example for three SDR
file_blacklist="blacklist.txt"
file_whitelist="whitelist.txt"
#--- activate a second aprs-server (on or off)
aprssecond="off"
aprsserversecond="radiosondy.info"
aprssecondport="14580"