• Stars
    star
    186
  • Rank 206,073 (Top 5 %)
  • Language
    Python
  • License
    GNU General Publi...
  • Created over 3 years ago
  • Updated almost 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

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