netgauze-bgp-speaker

Crates.ionetgauze-bgp-speaker
lib.rsnetgauze-bgp-speaker
version0.5.0
sourcesrc
created_at2024-01-31 20:54:49.729331
updated_at2024-11-05 16:53:19.235828
descriptionBGP Speaker: Establish connection and exchange messages with other BGP peers
homepagehttps://github.com/NetGauze/NetGauze
repositoryhttps://github.com/NetGauze/NetGauze
max_upload_size
id1122204
size425,406
Ahmed Elhassany (ahassany)

documentation

README

BGP Speaker Library

Handle BGP connection and FSM machine and generate a stream of (FSM state, BGP Event).

Example: Listener that logs incoming messages

cargo run --example log_listener -- 600 192.168.56.1

Commit count: 552

cargo fmt