Skip to content

sureshkvl/flowmanager

 
 

Repository files navigation

FlowManager

The FlowManager is a RYU controller application that gives the user manual control over the flow tables in an OpenFlow network. The user can create, modify, or delete flows directly from the application. The user can also monitor the OpenFlow switches and view statistics. The FlowManager is ideal for learning OpenFlow in a lab environment, or in conjunction with other applications to tweak the behaviour of network flows in a production environment.

SCREEN1 SCREEN2 SCREEN3 SCREEN4

Dependencies

FlowManager is a RYU Controller application, so make sure that the controller is installed properly before you proceed. Also, if you intend to use FlowManager with Mininet, you will need to install that too.

Installation

Install FlowManager using the following steps:

$ git clone https://github.com/martimy/flowmanager

Running the app

Run the FlowManager alone:

$ ryu-manager ~/flowmanager/flowmanager.py

or with another RYU application:

$ ryu-manager ~/flowmanager/flowmanager.py ryu.app.simple_switch_13

and to display the topology:

$ ryu-manager --observe-links ~/flowmanager/flowmanager.py ryu.app.simple_switch_13

Use a web broswer to launch the site http://localhost:8080/home/index.html

Built With

  • Python - A programming language ideal for SDN applications.
  • jQuery - A JavaScript library for event handling, animation.
  • D3.js - A JavaScript library for data visulization.

Authors

License

FlowManager is licensed under the Apache 2 License - see the LICENSE file for details

About

The FlowManager is an SDN application that gives a network administrator the ability to control flows in an OpenFlow network.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 56.2%
  • Python 18.9%
  • HTML 13.9%
  • CSS 11.0%