netviz

Crates.ionetviz
lib.rsnetviz
version0.1.0
created_at2025-05-29 00:25:24.959989+00
updated_at2025-05-29 00:25:24.959989+00
descriptionA simple network traffic monitor and visualizer
homepage
repositoryhttps://github.com/IchBinLeoon/netviz
max_upload_size
id1693362
size1,422,427
(IchBinLeoon)

documentation

README

netviz

Release Downloads Lint Publish License

A simple network traffic monitor and visualizer.

Preview

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 file for more details.

Commit count: 1

cargo fmt