Code Monkey home page Code Monkey logo

openflow-dmm's Introduction

openflow-dmm

OpenfFlow-DMM is a Software-Defined Networking (SDN) implementation of IPv6 Distributed Mobility Management, rfc7333, rfc7429. OpenFlow-DMM has been developed using Ryu as component-based Software-Defined Networking framework and OpenFlow 1.3 as Southbound API.

OpenFlow-DMM implementation has been tested for Ryu 3.17 and above and it requires OpenFlow 1.3 or above.

  • Install Ryu as expleained here: http://osrg.github.io/ryu/.

  • Make sure that the switches managed by the network controller have OpenFlow 1.3. support.

  • Configure the IP of network controller on the switches.

  • Open the file static.py with a text editor of your choice and edit these variables as you wish:

    WLAN_IFACE = 'wlan' GW_IFACE = 'gw'

    WLAN_IFACE is the beginning of name of the switch's interface where the users connect to (i.e. wlan0, wlanA1, etc. will match). GW_IFACE is the beginning of name of the switch's interface acting as gateway (i.e. gw0, gwA1, etc. will match).

  • Make executable the file run.sh: $ chmod +x run.sh

  • Run the network controller: $ ./run.sh

openflow-dmm's People

Contributors

odmm avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

openflow-dmm's Issues

How to test this project in a ubuntu vm with mininet?

Hi, glad to find this project on git. I tried running this project but I found that all the modules instantiating and nothing more. When I created a mininet topo trying to connect the controller using port 6633 or 6653, there was nothing changed on the cmd window. All the ping tests failed. Could you please give an example of your test so that I could use it? Or if there was anything wrong with my test? Thanks a lot.

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.