Difference between revisions of "Voter.conf"

From "PTTLink Wiki"
Jump to navigation Jump to search
(Created page with "=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. Mo...")
 
m
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
 
=voter.conf =
 
=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.  
+
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 PTTLink Projects page. The RTCM user manual available from the Micro-Node site has additional information.  
  
 
<pre>
 
<pre>
Line 23: Line 23:
 
linger=10
 
linger=10
 
</pre>
 
</pre>
 +
 +
[[Category:Node Configuration]]

Latest revision as of 16:38, 1 January 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 PTTLink 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 = something

[1234]
NORTH = radio1,transmit
SOUTH = radio2,master,transmit
WEST = radio3,nodeemp                   ; bypass filter in RTCM  
EAST = radio4,transmit,noplfilter       ; bypass filter in RTCM
; streams = 67.215.233.178:1667
; plfilter = y                          ; DSP high pass filter
txctcss = 107.2
txctcsslevel = 20                       ; Transmit CTCSS level. Set to zero for off
txtoctype = notone                      ; chicken burst 
thresholds = 255,110=5
linger=10