netgauze-flow-service

Crates.ionetgauze-flow-service
lib.rsnetgauze-flow-service
version0.7.0
created_at2023-03-05 11:55:59.271363+00
updated_at2025-07-15 10:21:31.386982+00
descriptionIPFIX/Netflow service
homepagehttps://github.com/NetGauze/NetGauze
repositoryhttps://github.com/NetGauze/NetGauze
max_upload_size
id801263
size180,273
Ahmed Elhassany (ahassany)

documentation

README

Services to receive IPFIX/Netflow packets

Building blocks to develop IPFIX/Netflow collectors. See print-flow for a simple code to receive IPFIX and Netflow packets from the network.

Run example

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

Commit count: 728

cargo fmt