No.
Now i found the thread that you explain I need to install dump1090 before installing FR24 and RB24. i'll try dump1090-mutability, then install FR24 and RB again.
I hope I can fiz it now.
Yes, installing an independent dump1090-mutability (or dump1090-fa) is the best option as all data feeders interface with it smoothly.As far as Radarbox24 feeder is concerned, it can work ok with integral dump1090 of FR24 feeder, provided FR24 feeder is configured for it (please read details below). Flightaware feeder still has problem running with integral dump1090 of FR24 feeder due to MLAT feed back, and requires installation of dump1090-mutability (or dump1090-fa).
How to run rbfeeder using FR24 feeder's dump1090The radarbox feeder gets input from dump1090 in format beast port 30005. You have to configure FR24 feeder's dump1090 to give beast output at port 30005.
To achieve this, the setting of FR24 feeder should be:
Process Arguments:
--net --net-http-port 8080 --net-bo-port 30005To make this setting, open your browser, and type in address bar
<IP of Pi>:8754/settings.html
Then enter the value of item "Process Argument" as shown in red above, click save button at bottom right of page and then click restart page.
Check the file rbfeeder.ini to make sure rbfeeder is also set for receiving data from fr24feeder's dump1090 on port 30005, format beast
cat /etc/rbfeeder.ini
#it should have following setting.
[client]
network_mode=
truelog_file=/var/log/rbfeeder.log
key= xxxxxxxxxxxxxxxxxxxxxxxxxx
sn= EXTRPIxxxxxxx
[network]
mode=beast
external_port=
30005external_host=
127.0.0.1Now reboot the Pi.
Then check status of rbfeeder:
sudo systemctl status rbfeeder -l
It should show working ok
NOTE:The "Process Arguments", shown above in red, has following 3 components:
--net (to enable connection between dump1090 and other applications like browser, other site's data feeders, VRS on desktop/laptop, etc)
--net-http-port 8080 (to enable map display in browser, at address <IP of Pi>:8080)
--net-bo-port 30005 (to enable output data in beast format on port 30005 for use by other site's data feeders, VRS etc)
.