| Crates.io | netgauze-flow-service |
| lib.rs | netgauze-flow-service |
| version | 0.7.0 |
| created_at | 2023-03-05 11:55:59.271363+00 |
| updated_at | 2025-07-15 10:21:31.386982+00 |
| description | IPFIX/Netflow service |
| homepage | https://github.com/NetGauze/NetGauze |
| repository | https://github.com/NetGauze/NetGauze |
| max_upload_size | |
| id | 801263 |
| size | 180,273 |
Building blocks to develop IPFIX/Netflow collectors. See print-flow for a simple code to receive IPFIX and Netflow packets from the network.
Simple server that will listen to IPFIX/Netflow V9 UDP packets. It handles decoding packets according the template map per client and print them out to the console.
cargo run --example print-flow