3 releases (breaking)

0.3.0 Jan 31, 2024
0.2.0 Oct 9, 2023
0.1.0 Mar 5, 2023

#1693 in Network programming

Download history 2/week @ 2024-01-26 1/week @ 2024-02-09 24/week @ 2024-02-16 31/week @ 2024-02-23 10/week @ 2024-03-01 3/week @ 2024-03-08 10/week @ 2024-03-15 41/week @ 2024-03-29 10/week @ 2024-04-05

61 downloads per month

Apache-2.0

225KB
4K SLoC

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

Dependencies

~7–17MB
~185K SLoC