Crates.io | netgauze-flow-service |
lib.rs | netgauze-flow-service |
version | 0.5.0 |
source | src |
created_at | 2023-03-05 11:55:59.271363 |
updated_at | 2024-11-05 16:52:32.242079 |
description | IPFIX/Netflow service |
homepage | https://github.com/NetGauze/NetGauze |
repository | https://github.com/NetGauze/NetGauze |
max_upload_size | |
id | 801263 |
size | 160,323 |
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