netgauze-bmp-service

Crates.ionetgauze-bmp-service
lib.rsnetgauze-bmp-service
version0.5.0
sourcesrc
created_at2023-03-05 11:33:55.807137
updated_at2024-11-05 16:53:55.86409
descriptionBMP Protocol Server.
homepagehttps://github.com/NetGauze/NetGauze
repositoryhttps://github.com/NetGauze/NetGauze
max_upload_size
id801248
size69,459
Ahmed Elhassany (ahassany)

documentation

README

BMP Monitoring Protocol Service to receive BMP packets

Building blocks to develop BMP collectors. See print-bmp for a simple code to receive BMP 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-bmp

Commit count: 551

cargo fmt