bistromath / gr-air-modes

Gnuradio Mode-S/ADS-B radio
This project implements a Mode S receiver for the Gnuradio software-defined radio project. It is designed to receive Mode S transmissions from aircraft and decode them to a human-readable format, including ADS-B information messages such as position and a
GNU General Public License v3.0
438 stars 126 forks source link

Simple state server #85

Open phelpsw opened 8 years ago

phelpsw commented 8 years ago

I added a new output type to modes_rx which just creates a tcp server and publishes updates to connected clients. This has been useful as a simple way to distribute adsb to other applications.

To demo this functionality I also included a script which generates a kml based on this. This functionality is already built into modes_rx so it is a bit redundant.