rubiruchi / barista

Barista: An Event-centric NOS Composition Framework for Software-Defined Networks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Introduction

  • Barista: An Event-centric NOS Composition Framework for Software-Defined Networks

Notification

  • If you find any bugs or have any questions, please send an e-mail to us.

Configuration

  • The configuration of the Barista NOS: config.mk
  • The configurations of components and applications: bin/config/
  • The internal configurations for developers: src/include/common.h

Test environment

  • The current Barista is tested on Ubuntu 16.04.
  • It may work on other Linux platforms if its dependency issues are solved.

Compilation

  1. Install dependencies

$ ./deps.sh

  1. Compile the code

$ make

  1. Clean up the code

$ make clean

Execution

  • Run the Barista NOS

$ cd bin
$ ./barista

  • Run the Barista NOS automatically

$ ./barista -r

  • Run the Barista NOS as a daemon

$ ./barista -d

  • Run the Barista NOS with base components

$ ./barista -b

  • Connect the CLI of the Barista NOS

$ telnet localhost 8000 (default port) (ID: admin, PW: password, privileged PW: admin_password)

CLI commands

  • Change a configuration mode

Barista> turn on

  • Load configurations

Barista# load

  • Start the Barista NOS

Barista# start

  • Stop the Barista NOS

Barista# stop

  • More information?

Barista> help

Documents

Author

Contributors

About

Barista: An Event-centric NOS Composition Framework for Software-Defined Networks


Languages

Language:C 94.9%Language:C++ 3.1%Language:Makefile 0.7%Language:Shell 0.6%Language:Objective-C 0.4%Language:Python 0.3%