Skip to content
This repository has been archived by the owner on Aug 29, 2022. It is now read-only.
/ visual_traceroute Public archive

Simple python script to render traceroute output inside google map

Notifications You must be signed in to change notification settings

solimy/visual_traceroute

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

visual_traceroute

Simple python script to render traceroute output inside google map.

setup

Traceroute results

To view the results, simply open the traceroute.html (generated by traceroute.py) in your browser.

Run

$>export IPSTACK_KEY='your ipstack api key'
$>export GMPLOT_KEY='your google api key'

$>python traceroute.py host

$>traceroute host | python traceroute.py

$>traceroute host > route.txt
$>python traceroute.py < route.txt

Traceroute results

To view the results, simply open the traceroute.html (generated by traceroute.py) in your browser.

Warning : do not share your traceroute.html, as the google api key is hardcoded inside it by gmplot.

About

Simple python script to render traceroute output inside google map

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages