Skip to content

Shaltz/vis_route

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

vis_route

This is a simple visualiser that takes information from traceroute and visualises it against a world map using geolocation.

usage -- just give an IP address

./vis_route.py 123.45.67.89

You will need to install gcmap for great circle drawing https://pypi.org/project/gcmap/

Matplot lib https://matplotlib.org/users/installing.html

mpl_toolkits for mapping. https://matplotlib.org/basemap/ Installation suggestion:

 sudo apt install libgeos-dev
 pip install --user https://github.com/matplotlib/basemap/archive/master.zip

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%