|
2 years ago | |
---|---|---|
aiobgp | 2 years ago | |
.gitignore | 2 years ago | |
LICENSE | 2 years ago | |
README.md | 2 years ago |
A Python BGP client utilising asyncio
The aiobgp
library allows for programmatic manipulation of networks using the BGP protocol by implementing
an AsyncIO ServerProtocol class.
This allows for arbitrary programmatic learning and manipulation of a router's RIB table. The possibilities are endless.
This library assumes basic knowledge of the BGP4 protocol. For details, read RFC 1771.