-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature Request] Add adsb.fi as a target. #78
Comments
Short version if Ketil is intressed :) I hope he is! I´m not a coder but I do understand docker and scripts. Use sdr-enthusiasts docker images they are in a separate class and easy to implement. No need to maintain end they have realy good support in their Discord channel. I´m running this on Pi4 and X86_64 (intel nuc) If interested I have config for tar1090+graphs with sdr-enthusiasts images :) basic the same method as described below with multifeeder. Simpel howto: git clone into local map multifeed, rootsfs folder and docker file is important. The "run" file in /rootfs/etc/services.d/readsb)/run need the "LONG" changed to "LON" since balena-adsb use LON as Longitude parameter and sdr-enthusiasts use LONG as Longitude parameter or simply add an extra "Device Parameter" LONG same as LON uggly solution but doable. Then in docker-compose.yml in balena root add: multifeed: Then push to balena :) |
Hey |
I got it working based on @drhanke's instructions (thanks!), feel free to use this branch: https://github.com/kk-sonata/balena-ads-b/tree/plus-theairtraffic I'm a git novice but could submit a PR if I can figure it out. |
Thank you soo much it works great |
Just one issue seems like theairtraffic not getting my MLAT feed but other website can seems odd |
Wow :) happy it worked Odd with theairtraffic tho, just checked my own feeds and no problem. Guess that this page confirming that no mlat is recieved ? If you select multifeeders log in balena and restart multifeeder, is the log telling any intresting info about connection to theairtraffic ? |
getting an error message saying docker-multifeeder [2023/03/29 22:56:38][readsb] ERROR: Not a valid UUID: /usr/local/share/adsbexchange/adsbx-uuid |
Ah UUID and MLAT_USER is missing, just add in balena "Device Variables". Sorry missed to write about them! My bad :) MLAT_USER set to your radarname Read more about them |
mlat-client: error: argument --lat: expected one argument is the new error |
Diffrent forks don´t use same parameters, maybe need to learn gitbub to suggest some more changes so the diffrent containers has the same parameters :) In the mlat run file changes need to be done to... I run older code, but when I check now they have changed, my code has three different. /rootfs/etc/services.d/mlat-client/run MLAT_PARAM+=(--lat "${READSB_LAT}") change to: (remove READSB) |
Works great and we are now feeding :) thank you soooo much |
Great to hear that you were able to solve this, guys! It's been rather hectic at my end recently, so I have not been able to look into all the new ADSBx clones yet. But I will do it in the future when I have more time available. In the meantime, keep up the great work! |
@ketilmo I would be happy to contribute a pr on this and the other service addition requests. But one thing I was thinking is that for any adsb-exchange clones, it maybe doesn't make sense to have very-similar containers per service? maybe better to just have the single adsb-exchange container, and then populate different env variables which adds additional --net-connector outputs? For compatible clones, with no additional installation stuff, it probably is not worth the extra bloat/overhead of several identical containers I guess. What do you think? |
I've got these all working nicely for adsb. Just adding the MLAT and then will submit a PR 👌 |
Add the following ADS-B Exchange clones: - [adsb.fi](https://adsb.fi/) - [ADSB.lol](https://adsb.lol/) - [ADS-B One](https://adsb.one/) - [airplanes.live](https://airplanes.live/) - [Planespotters.net](https://www.planespotters.net/) - [TheAirTraffic](https://theairtraffic.com/) - [AvDelphi](https://www.avdelphi.com/) - [HP Radar](https://adsb.lol/) - [RadarPlane](https://radarplane.com/) - [Fly Italy ADSB](https://flyitalyadsb.com/) Also adds the ability to arbitrarily define similar new services. Closes: ketilmo#77 Closes: ketilmo#78
Add the following ADS-B Exchange clones: - [adsb.fi](https://adsb.fi/) - [ADSB.lol](https://adsb.lol/) - [ADS-B One](https://adsb.one/) - [airplanes.live](https://airplanes.live/) - [Planespotters.net](https://www.planespotters.net/) - [TheAirTraffic](https://theairtraffic.com/) - [AvDelphi](https://www.avdelphi.com/) - [HP Radar](https://adsb.lol/) - [RadarPlane](https://radarplane.com/) - [Fly Italy ADSB](https://flyitalyadsb.com/) Also adds the ability to arbitrarily define similar new services. Closes: ketilmo#77 Closes: ketilmo#78
Add the following ADS-B Exchange clones: - [adsb.fi](https://adsb.fi/) - [ADSB.lol](https://adsb.lol/) - [ADS-B One](https://adsb.one/) - [airplanes.live](https://airplanes.live/) - [Planespotters.net](https://www.planespotters.net/) - [TheAirTraffic](https://theairtraffic.com/) - [AvDelphi](https://www.avdelphi.com/) - [HP Radar](https://adsb.lol/) - [RadarPlane](https://radarplane.com/) - [Fly Italy ADSB](https://flyitalyadsb.com/) Also adds the ability to arbitrarily define similar new services. Closes: ketilmo#77 Closes: ketilmo#78
@jason0x21 @kk-sonata @cws82us313 @drhanke this is all in there now just FYI |
It looks like the ADSB Exchange breakup has splintered in a few places, and adsb.fi is one of them. Could this be added as well as a target? Thanks!
The text was updated successfully, but these errors were encountered: