Giter Site home page Giter Site logo

rubiruchi / barista Goto Github PK

View Code? Open in Web Editor NEW

This project forked from dku-boanlab/barista

0.0 1.0 0.0 30.67 MB

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

Makefile 0.73% C 94.92% C++ 3.10% Shell 0.57% Objective-C 0.37% Python 0.31%

barista's Introduction

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

barista's People

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.