A basic ADS-B visualizer written in Python3. Needs a live dump1090 server serving a .json over the local network (or internet), and your current position in latitude and longitude.
- Run
dump1090 --net --aggressive(or runadsb-cmapwith-dpointed towards thedump1090bin) - Run
python src/adsb-cmap.py --lat 45 --lon -80 - Wait for the map to appear - the program waits for data from
dump1090before displaying - Zoom in and out with
+and-, quit withq