I’ve spent some time now trying to figure out what exactly it is I need to install to feed my dump1090 stream from port 30005 to flightaware.
One significant complication is that I can’t directly stream from the machine as it’s behind a firewall that blocks most outbound traffic (outside my control) so need to go through an SSH tunnel to an external server (already doing this to feed FR24).
Can anyone shed light please on what software components from flightaware I need to run to send traffic from this local machine to a third party?
In the case of FR24, I’m running the FR24 feeder software on the external server, which has the internal server’s port 30005 port forwarded using SSH to that external server.
Which flightaware software is the actual “feeder” bit? And can that be configured to listen to any arbitrary port/host?
piaware (the software package, not the whole sdcard image)
It does not listen; it makes a connection to a configurable port/host.
You will want to configure these settings:
$ piaware-config receiver-type other
$ piaware-config receiver-host <hostname or IP to connect to>
$ piaware-config receiver-port <TCP port to connect to>
With that configuration piaware will connect to the given host/port to obtain Beast-format data, and also connect to the FlightAware servers to feed data.
Yeah, I’m somewhat “experienced”… just couldn’t make heads nor tails from the many posts on piaware and which components really are needed to forward the traffic.
thanks for the feeder ID hint… it registered as a new one.
Hi there !! Very interesting,I will try on RPi3b+.
Question: If I have a specific version of dump1090 already up and running (SDRPlay HW supported), what happen if I install piaware with the piaware_builder ? Will the already installed dump1090 replaced with your dump1090-fa version ? Or will end in some conflicts ?? I had a look on the install script and can’t figure out what can go wrong … Thank you ! Pietro
You said you want to try it on RPi3b+. If your OS is Raspbian, you dont need to build the package by piaware_builder. You can install the pre built piaware package by executing “STEP 2” ONLY on this page: