GitHub - inventic/network-debugger: Network Debugger

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

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

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