I have two sites running dump1090-fa and PiAware.
Both sites are feeding to FlightAware.
I’m planing on moving the one site to a different location about 100km’s away to cover that area.
Would it be possible to view to aircraft of both sites on one map?
How could this be done and what would be needed to achieve this?
dump1090 will do it, but you will need to sort out the glue yourself: run a 3rd dump1090 instance in --net-only mode and use socat/netcat to feed data from port 30005 on each receiver to the 3rd instance’s port 30004 (or whatever is configured via --net-bi-port)
nb: do not feed the other receiver’s data into an existing dump1090 that piaware is reading data from, it will break mlat.
Hi,
There are basically two ways to accomplish that:
Collect data from sources and feed it to the dump1090 instance with the net-only option. Here, you need to ensure that this combined data is not fed anywhere(flightaware and others).
Or you do a hack of the web interface, where you create a combined aircraft.JSON with data from all your sources. I did something similar, but added data from the opensky API to my dump1090 web interface.