netgauze-flow-service

Crates.ionetgauze-flow-service
lib.rsnetgauze-flow-service
version0.5.0
sourcesrc
created_at2023-03-05 11:55:59.271363
updated_at2024-11-05 16:52:32.242079
descriptionIPFIX/Netflow service
homepagehttps://github.com/NetGauze/NetGauze
repositoryhttps://github.com/NetGauze/NetGauze
max_upload_size
id801263
size160,323
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: 552

cargo fmt