Skip to content

A traceroute implementation in javascript using dgram and raw-sockets

Notifications You must be signed in to change notification settings

ZanLi7/traceroute-js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

traceroute-js

A traceroute implementation in javascript using dgram and raw-sockets

How to use it

Install it using npm install

Run it with sudo node traceroute 8.8.8.8 or sudo node traceroute www.google.com

or without reverse loopup sudo node traceroute -n 8.8.8.8 or sudo node traceroute -n www.google.com

About

A traceroute implementation in javascript using dgram and raw-sockets

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published