| Crates.io | netpix |
| lib.rs | netpix |
| version | 0.5.2 |
| created_at | 2024-11-26 18:17:14.503134+00 |
| updated_at | 2025-01-12 13:08:14.6927+00 |
| description | Multicast streams analysis and visualization tool |
| homepage | https://github.com/xMOROx/netpix |
| repository | https://github.com/xMOROx/netpix |
| max_upload_size | |
| id | 1462118 |
| size | 4,195,792 |
RTP/MPEG-TS streams analysis and visualization tool.
Work in progress...
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
Supports Linux and MacOS.
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
cargo install --locked netpix
netpix --help