Installing the command-line executable
Assuming you have Rust/Cargo installed , run this command in a terminal:
cargo install netpix
It will make the netpix command available in your PATH if you've allowed the PATH to be modified when installing Rust . cargo uninstall netpix uninstalls.
Back to the crate overview .
Readme
Netpix
RTP/MPEG-TS streams analysis and visualization tool.
Work in progress...
Installation
Install Rust
curl -- proto ' =https' -- tlsv1 .2 - sSf https://sh.rustup.rs | sh
Supports Linux and MacOS.
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
Install netpix using the Rust toolchain :
cargo install -- locked netpix
Run Netpix:
netpix -- help