An open API service indexing awesome lists of open source software.

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

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

![](https://raw.githubusercontent.com/maxlorenz/tracemap/master/500_addresses.png)

## Future work

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