Hi, have installed latest FR24 image (pi24-2.2.0.img) on Raspberry and then the Radarbox feeder. Feeding to FR24 is working, to radarbox not. Here are the important outputs:
[email protected]:~ $ cat /etc/fr24feed.ini
bs=no
raw=no
mlat="yes"
mlat-without-gps="yes"
logmode="2"
receiver="dvbt"
procargs="--gain -10"
fr24key=hidden
receiver=dvbt
[email protected]:~ $ cat /etc/rbfeeder.ini
[client]
network_mode=true
log_file=/var/log/rbfeeder.log
key=hidden
sn=EXTRPI007458
[network]
mode=beast
external_port=30005
external_host=127.0.0.1
[mlat]
autostart_mlat=true
#mlat_cmd=/usr/bin/python3.5 /usr/bin/mlat-client
[dump978]
#dump978_enabled=true
[email protected]:~ $ sudo rbfeeder --status
[2020-08-13 07:06:42] Starting RBFeeder Version 0.3.5 (build 20200727132301)
[2020-08-13 07:06:42] Using configuration file: /etc/rbfeeder.ini
[2020-08-13 07:06:42] Network-mode enabled.
[2020-08-13 07:06:42] Remote host to fetch data: 127.0.0.1
[2020-08-13 07:06:42] Remote port: 30005
[2020-08-13 07:06:42] Remote protocol: BEAST
Error opening the listening port 32458 (Raw TCP output): bind: Address already in use
[2020-08-13 07:06:42] Error opening the listening port 32458 (Raw TCP output): bind: Address already in use
Error opening the listening port 32457 (Beast TCP output): bind: Address already in use
[2020-08-13 07:06:42] Error opening the listening port 32457 (Beast TCP output): bind: Address already in use
Error opening the listening port 32459 (Basestation TCP output): bind: Address already in use
[2020-08-13 07:06:42] Error opening the listening port 32459 (Basestation TCP output): bind: Address already in use
Error opening the listening port 32008 (Raw TCP input): bind: Address already in use
[2020-08-13 07:06:42] Error opening the listening port 32008 (Raw TCP input): bind: Address already in use
Error opening the listening port 32004 (Beast TCP input): bind: Address already in use
[2020-08-13 07:06:42] Error opening the listening port 32004 (Beast TCP input): bind: Address already in use
[2020-08-13 07:06:42] System: raspberry
[2020-08-13 07:06:42] Start date/time: 2020-08-13 07:06:42
[2020-08-13 07:06:42] Bind failed on ANRB channel. Port: 32088
[2020-08-13 07:06:43] Connection established.
[2020-08-13 07:06:45] Can't connect to external source (127.0.0.1:30005). Waiting 5 second...
[2020-08-13 07:06:50] Can't connect to external source (127.0.0.1:30005). Waiting 5 second...
[2020-08-13 07:06:53] Could not start connection. Timeout.
Any ideas why port 30005 is not available?
Thanks and all the best, Frank