If I have a orange flight feeder from flight aware. This feeder have some port open like 30005. 30002 and other. Y have my own RPI but I dont have RTL. Can I make dump1090 pull the data from the fa feeder? And feed to RB fr24 and other?
The dump1090 cannot pull data from source. It can only receive data if a source is on the same pi on which dump1090 is running. Therefore it can NOT pull data from Flightfeeder.
All feeders like RB24, FR24, Planefinder running on a Pi can connect directly to Flightfeeder over local network (LAN) and receive data from Flightfeeder. You dont need dump1090 for this purpose.
All these feeders have default setting to get data from dump1090 running on same Pi,and in their settings they have host= 127.0.0.1
To make them connect to Flightfeeder, simply change host=127.0.0.1 to host=192.168.0.21 (replace 192.168.0.21 by Local IP of your Flightfeeder).
RB24sudo nano /etc/rbfeeder.ini
In above file use settings shown in
red[client]
network_mode=
true[network]
mode=
beastexternal_port=
30005external_host=
192.168.0.21(Note:replace 192.18.0.21 by Local IP of Flightfeeder)
.
FR24 sudo nano /etc/fr24feed.ini
In above file use settings shown in
redreceiver=
"avr-tcp"host="
192.168.0.21:30002"
(Note:replace 192.18.0.21 by Local IP of Flightfeeder)
.