Thom-x / docker-fr24feed-piaware-dump1090

Docker image of dump1090-fa, fr24feed, FlightAware, adsbexchange, Plane Finder, OpenskyNetwork, adsb.fi, ADSBHub and Radarbox.
https://hub.docker.com/r/thomx/fr24feed-piaware
MIT License
245 stars 54 forks source link

ADS-B Exchange connection frequency #110

Closed KingKarlo closed 1 year ago

KingKarlo commented 1 year ago

Hi, I'm not sure where to ask that question, but I'm sure here are the experts.

Why is the ADS-B Exchange service way more "chatty" than the other services? Is there a way to limit the connection frequency?

Of course, data has to be transferred back to the service, but I see ADS-B like every 5 seconds in my connection and DNS logs, while I see connections to for example Plane Finder(pfclient-upload.planefinder.net) only every 30 seconds.

Is that just my perception, or is my configuration not correct, or is it just the way it is with ADS-B Exchange?

Thank you so much for all the great work!

Thom-x commented 1 year ago

I guess it could be tweaked to send data with at a different frequency. But I don't know which config need to be updated on ADS-B Exchange service. Furthermore, we don't have any way of changing it for this docker image right now, but if we found the proper one we could.

Let's explore ADS-B Exchange config.

KingKarlo commented 1 year ago

Super cool, thank you very much!

xEtarusx commented 1 year ago

Can confirm that adsbexchange has the highest rate of dns requests. Planefinder does talk a lot too, but not as much as adsbexchange. Would appreciate if both of them were at the same dns request level like flightradar24.

Here is a screenshot from PiHole with those 3 providers beeing in my "Top Permitted Domains" list: image

t288msd commented 1 year ago

Some insights from ADSB-exchange devs in this thread. https://www.reddit.com/r/ADSB/comments/cxz2cd/i_dont_trust_adsb_exchange_i_dont_think_you/

Thom-x commented 1 year ago

Explanation from Reddit is pretty good. I'll close the issue, I cannot do anything on my side anyway.

KingKarlo commented 1 year ago

Agree! Funny that you close it today, yesterday I decided to disable ADS-B Exchange. I'll only share to other services now.

Planefinder also seems to have a pretty "unique" DNS lookup mechanism, since I have the same behavior as @xEtarusx. But they do only 1/4th of the DNS requests of ADSB-Exchange. ADSB-Exchange did around 36.000 on Friday, more like one every 3 seconds and not "makes DNS request at most twice every 30 seconds" as mentioned on Reddit. So I'm just annoyed by their software 😁

Thank you for looking into it!