-
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
feat: add adsb exchange clones #95
Conversation
Copied comment from #94... At the moment, I am just having a small issue with the MLAT stuff, and I am also going to add the ability to arbitrarily define new services to add (so people can manually do so with environment variables) then will mark as ready for review :-) |
3f15513
to
bd3394b
Compare
Check the updated readme in my PR :-)
…On Mon, 27 Nov 2023, 13:32 Chris Smith, ***@***.***> wrote:
I am getting
adsb-exchange ADSB Exchange disabled, skipping.
adsb-exchange Adsb.fi disabled, skipping.
adsb-exchange Adsb.lol disabled, skipping.
adsb-exchange ADS-B One disabled, skipping.
adsb-exchange Airplanes.live disabled, skipping.
How do i enable them?
—
Reply to this email directly, view it on GitHub
<#95 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAZUFORB4EOUTDOBK5QXGYTYGSI6ZAVCNFSM6AAAAAA73354J6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQMRXHA2DANJVG4>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
I think |
I'll try and get this finished up over the holidays. I got a little bit busy and still need to fix some mlat service error messages |
@shawaj Yes, I just think since enable_all only relates to the exchange ones, not to the other ones (fr24, etc...), it's not all services (but it is a device variable on all service, unless you scope it). |
@Teko012 ah i see what you mean. So maybe ADSB_EXCHANGE_ENABLE_ALL or similar you mean? |
@shawaj Yes, that was my improvement idea :) |
Cool, good idea. Will change that in next update |
Sounds like a great idea. Thanks guys! |
@shawaj Do you need help to finish this off? :) |
Sorry, I have been very busy and this dropped down my to do list but should be resuming it soon. @Teko012 it basically works no problem it is just that I needed to test the MLAT and fix some error messages. Don't think it'll take that long just haven't had time is all. If you can help at all it would be much appreciated. |
As per conversation here ketilmo#95 (comment) Thanks @Teko012 Co-authored-by: Teko <112829523+Teko012@users.noreply.github.com>
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. - updates ADSB Exchange server addresses as per https://github.com/ADSBexchange/feedclient/blob/643e7ba93e445435e1037406edf9d1e53e24d57b/configure.sh#L141 - apply suggestions from code review as per conversation here ketilmo#95 (comment) (Thanks @Teko012) Closes: ketilmo#77 Closes: ketilmo#78 Co-authored-by: Teko <112829523+Teko012@users.noreply.github.com>
Looking forward to this. Let me know if you need any assistance in getting this done. |
I've got another PR coming in next few days and then it should be done. Been testing locally and seems ok on this end. Then should be good to go |
Great work, thanks! And thanks to you, @Teko012, for assisting! 👏🏻 |
finishing this one up is next on my list :-P |
Co-authored-by: Teko <112829523+Teko012@users.noreply.github.com>
Add the following ADS-B Exchange clones:
Also:
Closes: #77
Closes: #78