Skip to content

suarezwilliamf/geo-traceroute

 
 

Repository files navigation

geo-traceroute

By Abdelfetah Hadij ([email protected])

A traceroute wich gives you the geographical location of the intemediate nodes.

Features

  • Works on any unix like system.
  • Geolocation based on ip's of nodes.

To- do

  • Implment a subset of original traceroute comandline options

Get the source

Go to GitHub Repository

Download git repository as zip

Dependencies

The dependencies are :

  • Standard Unix libs
  • nxjson : A lib for parsing json
  • curl

Build

In a shell you must run in the main directory of the project :

$ make

Run

In order to run you must either run it as root or set the coresponding capabilities to the executable(as root)

I

$ ./geo-traceroute

About

geo-traceroute

Resources

License

GPL-2.0, GPL-2.0 licenses found

Licenses found

GPL-2.0
LICENSE
GPL-2.0
license.txt

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 93.3%
  • CMake 6.7%