Crates.io | netpix |
lib.rs | netpix |
version | 0.3.0 |
source | src |
created_at | 2024-11-26 18:17:14.503134 |
updated_at | 2024-12-10 17:41:38.573284 |
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,158,094 |
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