jketterl / openwebrx

Open source, multi-user SDR receiver software with a web interface
https://www.openwebrx.de
GNU Affero General Public License v3.0
1.01k stars 146 forks source link

ADS-B decoder #276

Open AsciiWolf opened 2 years ago

AsciiWolf commented 2 years ago

Feature description From faa.gov: ADS-B Out works by broadcasting information about an aircraft's GPS location, altitude, ground speed and other data to ground stations and other aircraft, once per second. Air traffic controllers and aircraft equipped with ADS-B In can immediately receive this information. This offers more precise tracking of aircraft compared to radar technology, which sweeps for position information every 5 to 12 seconds. ADS-B decoder should be fairly simple to implement and would allow ADS-B data to be decoded directly using OpenWebRX.

Target audience Many radio hobbyists and plane spotters love decoding ADS-B data. It would be great if OpenWebRX supported this. :-)

jketterl commented 2 years ago

There is a bunch of ADS-B decoders out there; for this to work, however, I need one that can accept IQ data in some form, and does not directly access the SDR device. The only one I have worked with personally is dump1090, which does not match those requirements.

jketterl commented 1 year ago

Alright, for those who have missed it... this was implemented in the latest development version. Feel free to test.