Hello! I'm trying to launch allmon2 on my private node server linked with 2 RTCMs running in mix mode.
It seems that allmon successfuly estabilishing connection to AMI, * is blinking but clients and voter bars are missing. RTCMs are connected to server and 'voter display 1234' showing RSSI bars properly.
Here are parts of my .conf files
rpt.conf
[7700]
rxchannel=voter/1234
txchannel=zap/pseudo
voter.conf
[general]
port=667
buflen=180
password=server_pass
[1234]
VOTER1=radio1
VOTER2=radio2
thresholds = 255,110=5
linger=10
manager.conf
[general]
displaysystemname=yes
enabled=yes
port=5038
[admin]
secret=pass1234
read = all,system,call,log,verbose,command,agent,user,config
write = all,system,call,log,verbose,command,agent,user,config
allmon.ini.php
<?php
[about]
url=about.php
[7700]
host=127.0.0.1:5038
user=admin
passwd=pass1234
menu=yes
hideNodeURL=no
[break]
menu=yes
?>
voter.ini.php
<?php
[1234]
node=7700
host=127.0.0.1:5038
user=admin
passwd=pass1234
?>
What else has to be checked? Thanks!