GithubHelp home page GithubHelp logo

galibier's Introduction

Galibier

An open source OpenFlow controller in Java

What's Galibier?

Galibier is a Java based open source OpenFlow controller. It is available under the MIT license. The purpose of this project is to provide a flexible and scalable framework for OpenFlow controller and applications running on OpenFlow controllers.

OpenFlow controller

Galibier is still under development. It provides an OpenFlow controller and a benchmark program for evaluating OpenFlow controllers.

How to build

Galibier uses openflowj library, which provides OpenFlow protocol primitives. openflowj have been developed in Stanford University.

  1. Download openflowj library
git clone git://openflow.org/openflowj.git
  1. Build and install openflowj library into your local Maven repository
cd openflowj
mvn install
  1. Build Galibier
cd galibier
mvn package

Act as a repeater hub

java -cp target/galibier-controller-0.1.0-devel-jar-with-dependencies.jar \
org.galibier.example.Hub

Run the benchmark

java -cp target/galibier-controller-0.1.0-devel-jar-with-dependencies.jar \
org.galibier.benchmark.Main localhost

"--help" option is available for printing the help.

Author

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.