# network-debugger **Repository Path**: mirrors_coolaj86/network-debugger ## Basic Information - **Project Name**: network-debugger - **Description**: Network Debugger - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-11-23 - **Last Updated**: 2026-05-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # netbug Network Debugging tool. Monitor Http, Tcp, and Udp traffic on your network. Save log files for later reference. ## Install 1. Install [Nodejs](http://nodejs.org) 2. Install netbug with [npm](http://github.com/isaacs/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 -l 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.