Skip to content

inventic/network-debugger

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

168 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

netbug

Network Debugging tool. Monitor Http, Tcp, and Udp traffic on your network. Save log files for later reference.

Install

  1. Install Nodejs

  2. Install netbug with npm:

####Linux/Mac in terminal sudo npm install -g netbug

####Windows recommended in powershell, but also works in cmd npm install -g netbug

Run from terminal

netbug-server -p <port> -l <log-directory>

ex:

netbug-server -p 1234 -l ./logs

Use --help for a full list of options

netbug-server --help

####Now open your browser to http://localhost:1234

If you choose to log files they will be saved in the directory that you specified.

About

Network Debugger

Resources

Stars

Watchers

Forks

Packages

No packages published