https://github.com/ichbinleoon/netviz
📡 A simple network traffic monitor and visualizer
https://github.com/ichbinleoon/netviz
monitor network packets rust traffic tui visualizer
Last synced: 3 months ago
JSON representation
📡 A simple network traffic monitor and visualizer
- Host: GitHub
- URL: https://github.com/ichbinleoon/netviz
- Owner: IchBinLeoon
- License: mit
- Created: 2025-05-28T23:30:31.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-29T00:24:37.000Z (about 1 year ago)
- Last Synced: 2025-08-17T06:42:56.375Z (10 months ago)
- Topics: monitor, network, packets, rust, traffic, tui, visualizer
- Language: Rust
- Homepage: https://crates.io/crates/netviz
- Size: 1.27 MB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# netviz
[](https://github.com/IchBinLeoon/netviz/releases)
[](https://crates.io/crates/netviz)
[](https://github.com/IchBinLeoon/netviz/actions/workflows/lint.yml)
[](https://github.com/IchBinLeoon/netviz/actions/workflows/publish.yml)
[](https://github.com/IchBinLeoon/netviz/blob/main/LICENSE)
A simple network traffic monitor and visualizer.

## Installation
### Cargo
```
cargo install netviz
```
### Build it from source
```
git clone https://github.com/IchBinLeoon/netviz
cd netviz
cargo build --release
./target/release/netviz
```
## Usage
- Use `←` or `→` to switch between interfaces
- Press `p` to pause
- Press `q` to quit
```
netviz
```
## Contribute
Contributions are welcome! Feel free to open issues or submit pull requests!
## License
This project is licensed under the MIT License. See the [LICENSE](https://github.com/IchBinLeoon/netviz/blob/main/LICENSE) file for more details.