Giter Club home page Giter Club logo

controller's Introduction

CATR Controller

This is my first OpenFlow controller, wrote for the CATR (for testing). Also, this is an experimental project for Wang jian, kimi Yang and me. Our goals are:

· Add ovsdb-management protocol into the controller (like a driver)
· Make module/app that can be removed on the fly
· And everything we would come up with

So, instead of performance (not able to do so), we focus on the functionality of a controller. Below is the structure of this document:

 CATR Controller -+- Architecture -+- Overall  
                  |                |  
                  |                +- Step by step -+- Tornado & Echo Server  
                  |                                 |  
                  |                                 +- Scapy & OpenFlow lib  
                  +- Detailed Design -+- TCP Server  
                  |                   |  
                  |                   +- OpenFlow Library  
                  |                   |  
                  |                   +- Event System  
                  +- Idea List  

Architecture

###Overall The CATR Controller is first started as a testing tool for the OpenFlow cricuit extension project in CATR of MIIT.
This is a pic of current architecture:
Arch
It has three layers. The bottom one is the TCP Server, handling TCP connections started from OpenFlow Switches.
The second one is a Openflow library which will parse upcomming messages and pack message to switches. And the third layer is processing logic.

###Step by step As shown in the previous picture. The bottom of CATR Controller is a TCP server using IOLoop in tornado.

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.