A bare-bones BGP speaker


Keywords
bgp, beka, routing, sdn, networking
License
Apache-2.0
Install
pip install beka==0.4.2

Documentation

Beka

Build Status Test Coverage

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