Voter.conf: Difference between revisions
Jump to navigation
Jump to search
imported>Bryan No edit summary |
|||
Line 8: | Line 8: | ||
; buflen = 120 min value that works at all | ; buflen = 120 min value that works at all | ||
buflen = 180 | buflen = 180 | ||
password = | password = secret | ||
[1234] | [1234] | ||
NORTH = | NORTH = secret1,transmit | ||
SOUTH = | SOUTH = secret2,master,transmit | ||
WEST = | WEST = secret3,nodeemp ; bypass deemphasis filter in RTCM | ||
EAST = | EAST = secret4,transmit,noplfilter ; bypass CTCSS filter in RTCM | ||
; streams = 67.215.233.178:1667 | ; streams = 67.215.233.178:1667 | ||
; plfilter = y | ; plfilter = y ; DSP high pass filter | ||
txctcss = 107.2 | ; txctcss = 107.2 ; This and next needed for app_rpt generated tone | ||
txctcsslevel = 20 ; Transmit CTCSS level. Set to zero for off | ; txctcsslevel = 20 ; Transmit CTCSS level. Set to zero for off | ||
txtoctype = notone ; chicken burst | ; txtoctype = notone ; chicken burst | ||
thresholds = 255,110=5 | thresholds = 255,110=5 | ||
linger=10 | linger=10 |
Revision as of 18:48, 24 June 2021
voter.conf
This file sets up the app_rpt interface to an RTCM. The RTCM may be used in any of 3 modes; non-voting client mode, voting mode or voting and simulcast mode. More information is available on the Allstar Projects page. The RTCM user manual available from the Micro-Node site has additional information.
[general] port = 667 ; buflen = 120 min value that works at all buflen = 180 password = secret [1234] NORTH = secret1,transmit SOUTH = secret2,master,transmit WEST = secret3,nodeemp ; bypass deemphasis filter in RTCM EAST = secret4,transmit,noplfilter ; bypass CTCSS filter in RTCM ; streams = 67.215.233.178:1667 ; plfilter = y ; DSP high pass filter ; txctcss = 107.2 ; This and next needed for app_rpt generated tone ; txctcsslevel = 20 ; Transmit CTCSS level. Set to zero for off ; txtoctype = notone ; chicken burst thresholds = 255,110=5 linger=10