Skip to content

polcak/beba-switch

This branch is 126 commits behind beba-eu/beba-switch:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

715df59 · Oct 11, 2016
Jul 30, 2014
Oct 10, 2016
Oct 10, 2016
Jul 31, 2012
Oct 10, 2016
Oct 10, 2016
Oct 10, 2016
Oct 11, 2016
Oct 10, 2016
Feb 18, 2016
Feb 18, 2016
Feb 18, 2016
Oct 10, 2016
Dec 6, 2012
Jul 31, 2012
Jul 31, 2012
Nov 10, 2015
Oct 10, 2016
Jun 25, 2015
Jul 31, 2012

Repository files navigation

BEBA Software Switch

This is an implementation of the BEBA Software Switch based on the CPqD OpenFlow 1.3 softswitch.

BEBA is a European H2020 project on SDN data plane programmability. Our goal is to devise a data plane abstraction and prototype implementations for future-proof network devices capable to be repurposed with middlebox-type functions well beyond static packet forwarding, with a focus on stateful processing and packet generation.

A controller for this switch can be found at https://github.com/beba-eu/beba-ctrl

Features in a nutshell

The BEBA Switch is an OpenFlow 1.3 switch extended with support for:

Moreover, BEBA targets software accelleration. We improve the CPqD softswitch troughput while retaining the simplicity of the original CPqD code base.

Getting Started

Similarly to the CPqD softswitch, the following components are available in this package:

  • ofdatapath: the switch implementation
  • ofprotocol: secure channel for connecting the switch to the controller
  • oflib: a library for converting to/from 1.3 wire format
  • dpctl: a tool for configuring the switch from the console

For more information on how to use these components please refer to the original CPqD's documentation

Building

Run the following commands in the beba-switch directory to build and install everything:

$ ./boot.sh
$ ./configure
$ make
$ sudo make install

Running

Please refer to the original CPqD's softswitch README

Contribute

Please submit your bug reports, fixes and suggestions as pull requests on GitHub, or by contacting us directly.

License

BEBA Software Switch is released under the BSD license (BSD-like for code from the original Stanford switch).

About

BEBA Software Switch implementation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 97.5%
  • M4 1.0%
  • Shell 0.7%
  • Makefile 0.5%
  • Python 0.2%
  • Roff 0.1%