Work in progress..
Dump1090 is NOT needed or installed by fr24feed for a non DVBT/USB beast receiver. As a result some functionality is lost for local map views without using 3rd party apps like VRS or similar
Supplemental to the above guide installing beast-splitter for Mode-S beast. It is also possible to re-instate a dump1090 like map on a PI itself if desired.
If dump1090 is not installed with the fr24feed bundle, you can install it per guides found stickied on this forum
Edit the default Dump1090 config to adjust for network based data only
Set the receiver to network traffic
Code:
--net-only --net-bo-port 0
Code:
--net --net-heartbeat 60 --net-ro-size 1000 --net-ro-interval 1 --net-ri-port 0 --net-ro-port 0 --net-sbs-port 0 --net-bi-port 30004,30104
port 30001 (net-ri-port)
port 30002 (net-ro-port)
port 30003 (net-sbs-port)
The last setting is the source for the data. In my case --net-bi-port 30004,30104
Port 30104 is for MLAT results returned from FlightAware client (only possible when FA installed, or append beast-splitter to push beast data with --connect localhost:30104:B )
Port 30004 is a default Dump1090 beast input
Restart dump1090
sudo systemctl restart dump1090-x
Check for open ports:
sudo netstat -tlp
Results should appear similar to:
Code:
tcp 0 0 0.0.0.0:30003 0.0.0.0:* LISTEN 31396/fr24feed tcp 0 0 0.0.0.0:30004 0.0.0.0:* LISTEN 7269/dump1090-fa tcp 0 0 0.0.0.0:30033 0.0.0.0:* LISTEN 3068/beast-splitter tcp 0 0 0.0.0.0:30104 0.0.0.0:* LISTEN 21460/dump1090-fa
You can see my choice of Dump1090 is listening for data on port 30004 + 30104(in), Splitter is listening for connections 30033, and fr24feed also supplying SBS on 30003 due to option enabled
Test map output does not state dump1090 is unavailable
With luck the map will begin to populate with local data as expected
Addendum:
This setup can also work if you have SBS format 30003 data out from fr24feed or similar by adjusting the Dump1090 config to include
--net-sbs-port 30003
Leave a comment: