58 lines
3.0 KiB
Bash
58 lines
3.0 KiB
Bash
#example trunking sh scripts (SDR++ with RIGCTL and RTL Input)
|
|
#make sure to put a # in front of all lines except the one you wish to use
|
|
|
|
#P25 P1 FDMA CC with C4FM
|
|
#dsd-fme -i tcp -U 4532 -T -N 2> log.ans
|
|
#dsd-fme -i rtl:0:850M:0:-2:12 -T -N 2> log.ans
|
|
|
|
#P25 P1 FDMA CC with QPSK (Simulcast)
|
|
#dsd-fme -i tcp:192.168.7.8:7355 -U 4532 -T -mq -N 2> log.ans
|
|
#dsd-fme -i rtl:0:855.625M:0:-2:12 -T -mq -N 2> log.ans
|
|
|
|
#P25 P2 TDMA CC with C4FM
|
|
#dsd-fme -i tcp:192.168.7.8:7355 -U 4532 -T -f2 -N 2> log.ans
|
|
#dsd-fme -i rtl:0:855.625M:0:-2:12 -T -f2 -m2 -N 2> log.ans
|
|
|
|
#DMR TIII, Con+, Cap+, XPT
|
|
dsd-fme -fs -i tcp -U 4532 -T -C dmr_t3_chan.csv -G group.csv -N 2> log.ans
|
|
#dsd-fme -fs -i rtl:0:450M:44:-2:8 -T -C connect_plus_chan.csv -G group.csv -N 2> log.ans
|
|
|
|
#EDACS Standard Network Analog and Digital
|
|
#dsd-fme -fh -i tcp:192.168.7.5:7355 -U 4532 -T -C edacs_channel_map.csv -G group.csv -N 2> log.ans
|
|
#dsd-fme -fh -i rtl:0:850M:44:-2:24 -T -C edacs_channel_map.csv -G group.csv -N 2> log.ans
|
|
|
|
#EDACS Standard Network Analog and Digital (with ESK)
|
|
#dsd-fme -fH -i tcp:192.168.7.5:7355 -U 4532 -T -C edacs_channel_map.csv -G group.csv -N 2> log.ans
|
|
#dsd-fme -fH -i rtl:0:850M:44:-2:24 -T -C edacs_channel_map.csv -G group.csv -N 2> log.ans
|
|
|
|
#EDACS Extended Address Analog and Digital
|
|
#dsd-fme -fe -i tcp:192.168.7.5:7355 -U 4532 -T -C edacs_channel_map.csv -G group.csv -N 2> log.ans
|
|
#dsd-fme -fe -i rtl:0:850M:44:-2:24 -T -C edacs_channel_map.csv -G group.csv -N 2> log.ans
|
|
|
|
#EDACS Extended Address Analog and Digital (with ESK)
|
|
#dsd-fme -fE -i tcp:192.168.7.5:7355 -U 4532 -T -C edacs_channel_map.csv -G group.csv -N 2> log.ans
|
|
#dsd-fme -fE -i rtl:0:850M:44:-2:24 -T -C edacs_channel_map.csv -G group.csv -N 2> log.ans
|
|
|
|
#NXDN48 Type-C or Type-D Trunking with Channel Map
|
|
#dsd-fme -fi -i tcp -T -U 4532 -C nxdn_channel_map.csv -N 2> log.ans
|
|
#dsd-fme -fi -i rtl:0:855.625M:0:-2:12:100 -T -C nxdn_channel_map.csv -N 2> log.ans
|
|
|
|
#NXDN48 Type-C Trunking with DFA
|
|
#dsd-fme -fi -i tcp -T -U 4532 -N 2> log.ans
|
|
#dsd-fme -fi -i rtl:0:855.625M:0:-2:12:100 -T -N 2> log.ans
|
|
|
|
#NXDN96 Trunking with Channel Map
|
|
#dsd-fme -fn -i tcp -T -U 4532 -C nxdn_channel_map.csv -N 2> log.ans
|
|
#dsd-fme -fn -i rtl -T -C nxdn_channel_map.csv -N 2> log.ans
|
|
|
|
#Notes: parameters after -i tcp can be omitted if using localhost as the default hostname to connect
|
|
#and 7355 as the default port number. -U is the port number for RIGCTL and will mirror the tcp hostname
|
|
#running under the assumption that the user will be connnecting the VFO to the same instance of SDR++
|
|
#You can also specify an ip address to connect to a remote SDR++ instance, make sure that the settings
|
|
#inside of SDR++ match, i.e., change in SDR++ from 'localhost' to an IP to bind to (machine's IP address)
|
|
|
|
#Note2: RTL input should only be used on strong signal, the SDR++ VFO will perform much better on marginal signal
|
|
#paramters after -i rtl can also be omitted now if using the default configurations
|
|
|
|
#Having a -G group.csv is purely optional, but useful if you want to block groups, or give groups names
|