Fixed grammar
Initial project upload
A collection of Python scripts for generating ADS-B data in dump1090
-style JSON files. Consists of two scripts: adsb-generator.py
and adsb-serve.py
.
When given latitude & longitude and a refresh time, adsb-generator
will produce a data.json
just as web-mode dump1090
will. Serve this file locally with adsb-serve.py
then run adsb-cmap
as you normally would.