ketilmo / balena-ads-b

ADS-B Flight Tracker running on balena with support for FlightAware, Flightradar24, PlaneFinder, OpenSky Network, RadarBox, ADSB Exchange, Wingbits, and UAT.
MIT License
153 stars 43 forks source link

[FEATURE REQUEST] Relay station support #109

Open ketilmo opened 4 months ago

ketilmo commented 4 months ago

In some circumstances, feeding balena-ads-b from an upstream feeder rather than an RTLSDR stick can be beneficial. This includes when a third party feeder is already operational, but you want to feed data to the different services that balena-ads-b supports out of the box.

Quoting Mhayar on the balena forums:

I have just got into your nice ads-b work through balena. I have put it on a Raspberry 3b+ and tested with a rtl-sdr dongle that worked very nice; the problem is just the signal inside my building is not so good. I have one receiver on rooftop that is working for years and feeding both raw and decrypted outputs to my local virtual radar through LAN.

Now I want to know if there is any way to make the balena ADS-B station behave somehow like a relay station to get the raw feed from my first unit and share it to other flight trackers? (Which guess it could be done) and if yes, how could it be done (may be inserting variables and values to the console?)

ketilmo commented 4 months ago

Would it be possible to incorporate this feature request into your work with #104, @shawaj? It seems related in nature.

shawaj commented 4 months ago

@ketilmo so the concept is to have one balena-ads-b device (or other device) with the rtl-sdr attached over USB, and then another balena-ads-b device receiving data over the local network (or some arbitrary IP/host) from the 1st device?

ketilmo commented 4 months ago

@shawaj Correct. Mhayar mentions that he has a legacy feeder in his attic that he would like to use as an input for the balena device. I believe it would be possible with something like --net-connect, but I haven't been digging very deep so far.

shawaj commented 4 months ago

Ah okay I'll take a look and reply on the forum post with any questions :-)

ketilmo commented 4 months ago

Great, thanks @shawaj!