netpix

Crates.ionetpix
lib.rsnetpix
version0.3.0
sourcesrc
created_at2024-11-26 18:17:14.503134
updated_at2024-12-10 17:41:38.573284
descriptionMulticast streams analysis and visualization tool
homepagehttps://github.com/xMOROx/netpix
repositoryhttps://github.com/xMOROx/netpix
max_upload_size
id1462118
size4,158,094
Patryk Zajdel (xMOROx)

documentation

README

Netpix

crates.io

RTP/MPEG-TS streams analysis and visualization tool.

Work in progress...

Installation

  1. Install Rust
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh

Supports Linux and MacOS.

  1. Netpix depends on libpcap, make sure to install it:
# installed on MacOS by default

# for Ubuntu
sudo apt install libpcap-dev

# if error appears due to lack of linter `cc` 
sudo apt install build-essential

# for Arch
sudo pacman -S libpcap
  1. Install netpix using the Rust toolchain:
cargo install --locked netpix
  1. Run Netpix:
netpix --help
Commit count: 140

cargo fmt