~srhm/adsb-utils

Tools for manipulating and displaying ADS-B data

567ef62 [generator] realistically translate plane position

~srhm pushed to ~srhm/adsb-cmap git

1 year, 2 months ago

3a65fd0 release port on script exit

~srhm pushed to ~srhm/adsb-cmap git

1 year, 2 months ago

#adsb-cmap

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.

#How to run:

  1. Run dump1090 --net --aggressive (or run adsb-cmap with -d pointed towards the dump1090 bin)
  2. Run python src/adsb-cmap.py --lat 45 --lon -80
  3. Wait for the map to appear - the program waits for data from dump1090 before displaying
  4. Zoom in and out with + and -, quit with q