https://github.com/faucetsdn/beka
A Python BGP Speaker
https://github.com/faucetsdn/beka
Last synced: 2 months ago
JSON representation
A Python BGP Speaker
- Host: GitHub
- URL: https://github.com/faucetsdn/beka
- Owner: faucetsdn
- License: apache-2.0
- Created: 2018-05-13T05:03:25.000Z (about 7 years ago)
- Default Branch: main
- Last Pushed: 2024-04-15T20:10:36.000Z (about 1 year ago)
- Last Synced: 2024-05-01T20:51:35.764Z (about 1 year ago)
- Language: Python
- Size: 359 KB
- Stars: 9
- Watchers: 6
- Forks: 9
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Authors: AUTHORS
Awesome Lists containing this project
README
# Beka
[](https://github.com/faucetsdn/beka/actions?query=workflow%3A%22Unit+tests%22)
[](https://codecov.io/gh/faucetsdn/beka)Beka is a fairly basic BGP speaker. It can send
and receive unicast route updates in IPv4 and IPv6,
but not too much else. It is designed to be simple to use
and to extend, without too much overhead.It uses eventlet for concurrency, but is easy enough to port to
gevent if that takes your fancy.More information at https://github.com/faucetsdn/beka