Integrate Live ADS-B Air Traffic Data into MWP #196
Replies: 3 comments 16 replies
-
Your concept looks almost exactly the same as the ADSB function that has been implemented in mwp for the last three years and is documented in the User Guide. Most external services offer the streaming SBS1 protocol (mwp supports others as well). mwp also provides user defined (range, altitude) proximity alerts for general aviation. If there is an additional protocol that you wish to see supported for ADSB please supply:
|
Beta Was this translation helpful? Give feedback.
-
It just gets better: Seems that the existing SDR JSON format already implemented in mwp is almost the same as the AdsbExchange format (the initial array name is different, so that can be easily parameterised): Trivial test program:
Expect something testable in the next day or two (will be announced in #197) |
Beta Was this translation helpful? Give feedback.
-
Teaser ... (adsl.lol) |
Beta Was this translation helpful? Give feedback.
-
Hi, first off, thank you for the amazing work on MWP! It's an invaluable tool for the community, and I truly appreciate the effort put into it.
I’d like to propose an exciting new feature: integration of live ADS-B air traffic data from ADSBexchange.com into MWP’s map interface. This would allow users to overlay real-world aircraft traffic onto their mission planning view, enhancing situational awareness and safety without requiring dedicated ADS-B receivers.
Why This Would Be Valuable:
Enhanced Situational Awareness:
Pilots, UAV operators, and mission planners could instantly see real-time air traffic in their vicinity, improving decision-making and flight safety.
No Extra Hardware Required:
ADSBexchange provides global, real-time aircraft tracking, removing the need for users to invest in or deploy dedicated ADS-B receivers.
Pre-Flight and In-Flight Risk Assessment:
Users can assess potential risks in their operational area before takeoff and dynamically adjust their missions based on live traffic data.
Useful for BVLOS (Beyond Visual Line of Sight) Operations:
Provides an additional layer of awareness for long-range UAV missions where knowing surrounding air traffic is crucial.
Integration Opportunities:
MWP could provide an optional map layer that fetches aircraft positions via the ADSBexchange API and displays them in real time.
Potential Implementation Approach:
Use the ADSBexchange public API to retrieve aircraft data based on the user's geolocation.
Implement an optional toggle in the UI to enable/disable the ADS-B overlay.
Display aircraft data with position, altitude, speed, and heading.
Consider configurable refresh rates to balance performance with real-time updates.
I believe this feature would make MWP an even more powerful tool for the community, offering a unique blend of UAV operations and air traffic awareness.
Would love to hear your thoughts on this! Thanks again for your hard work and dedication to this project.
Valkyrie
"Concept Art:"
Beta Was this translation helpful? Give feedback.
All reactions