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.
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.
Install FlowManager using the following steps:
$ git clone https://github.com/martimy/flowmanager
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
- Python - A programming language ideal for SDN applications.
- jQuery - A JavaScript library for event handling, animation.
- D3.js - A JavaScript library for data visulization.
- Maen Artimy - Profile
FlowManager is licensed under the Apache 2 License - see the LICENSE file for details