Skip to content

jsquaredz/vis_route

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 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. It should run on MacOS or windows.

usage -- just give an IP address (e.g. university of toyko web server)

./vis_route.py 210.152.243.234

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

Installation suggestion -- this should work on an up to date ubuntu

 pip install gcmap

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

mpl_toolkits for mapping. https://matplotlib.org/basemap/ Installation suggestion -- this should work on an up to date ubuntu

 pip install basemap

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%