Skip to content

terindhadda/traceroute

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

Traceroute

A traceroute implemented in Python 2.7.

Demo

Usage

You must have Python 2.7 and sudo access.

To download and run the program, use the following commands:

git clone https://github.com/terindhadda/traceroute.git
cd traceroute
sudo python traceroute.py www.google.com

You can also use the following options:

  • --port or -p to specify the port (default is 33434)
  • --max-hops or -m to specify the maximum number of hops (default is 30 hops)
  • --timeout or -t to specify the timeout in seconds (default is 5 seconds)

About

A traceroute implemented in Python 2.7.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages