Skip to content

Visualize ADS-B geo-data offline with ncurses.

License

Notifications You must be signed in to change notification settings

srhm-ca/adsb-mapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 

Repository files navigation

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

About

Visualize ADS-B geo-data offline with ncurses.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages