2 unstable releases
new 0.3.0 | Dec 10, 2024 |
---|---|
0.2.0 | Nov 26, 2024 |
#34 in Visualization
181 downloads per month
2MB
10K
SLoC
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
Dependencies
~17–29MB
~428K SLoC