kpreid / shinysdr

Software-defined radio receiver application built on GNU Radio with a web-based UI and plugins. In development, usable but incomplete. Compatible with RTL-SDR.
https://shinysdr.switchb.org/
GNU General Public License v3.0
1.07k stars 115 forks source link

Add a flightradar24 client. #123

Open quentinmit opened 5 years ago

quentinmit commented 5 years ago

This allows flightradar24 to be a telemetry source. There wasn't any way to get access to the TelemetryStore for things other than IDemodulators, so I had to add a hook for device components to get access. PTAL and feel free to suggest a better way to hook it in.