Skip to content
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

Integrate Data from Flight Tracking Services #47

Open
b14ckyy opened this issue Apr 1, 2021 · 2 comments
Open

Integrate Data from Flight Tracking Services #47

b14ckyy opened this issue Apr 1, 2021 · 2 comments
Labels
enhancement New feature or request future For the future ui-and-fw A change that affects both User Interface and Firmware

Comments

@b14ckyy
Copy link

b14ckyy commented Apr 1, 2021

In addition to the radar functionality #39 It could also be possible to collect information from flight data services like Flightradar24 or flightaware.com. The nearest planes inside a set threshold could then be shown in the OSD and would make dedicated FLARM or ADS-B Systems obsolete.

I'm not sure how their subscription system work if it is a paid service. But that would be a great security feature especially for extreme long range, where this system is made for.

@danarrib
Copy link
Owner

danarrib commented Apr 1, 2021

This is a VERY NICE idea. It would be great for sure.
I just need to research how to get this data into Bullet GCSS... Preferably for free.

I'll take a look.

@danarrib danarrib added enhancement New feature or request future For the future ui-and-fw A change that affects both User Interface and Firmware labels Apr 1, 2021
@b14ckyy
Copy link
Author

b14ckyy commented Apr 1, 2021

I'm thinking of 2 ways to handle it. One would be on Firmware level already. The ESP32 is so overkill in performance it should be easy to handle the API handling by itself, if there is a open API that is free. With the sacrifice of having a higher data traffic on the plane side. And harder to update or change settings.

I think the most elegant way would be to do that on the server side and just send relevant data to the plane. Of course after the radar feature is implemented. So only relevant data would be sent over the plane data plan and settings as triggers or possible API log-ins could be handled easily over the web interface.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request future For the future ui-and-fw A change that affects both User Interface and Firmware
Projects
None yet
Development

No branches or pull requests

2 participants