https://github.com/maxlorenz/tracemap
Simple python project to visualize traceroutes
https://github.com/maxlorenz/tracemap
Last synced: 10 months ago
JSON representation
Simple python project to visualize traceroutes
- Host: GitHub
- URL: https://github.com/maxlorenz/tracemap
- Owner: maxlorenz
- License: mit
- Created: 2015-09-14T20:23:03.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-09-16T07:14:36.000Z (over 10 years ago)
- Last Synced: 2025-03-23T22:46:20.663Z (about 1 year ago)
- Language: Python
- Homepage:
- Size: 1.43 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Tracemap
This is a simple script to traceroute many ips, geolocate the addresses and export the data to google maps. It works only under windows so far.
## Example output with a limited number of addresses

## Future work
- Add more addresses
- Make the kml more readable
- Colors
- Transparency
- Labels
- Test under Linux and OSX