Skip to content

Latest commit

 

History

History
88 lines (58 loc) · 4.09 KB

README.md

File metadata and controls

88 lines (58 loc) · 4.09 KB

GitHub forks GitHub Repo stars GitHub watchers

GitHub last commit GitHub all releases

GitHub contributors GitHub code size in bytes GitHub repo size GitHub Discussions GitHub language count GitHub top language

GitHub issues GitHub closed issues

GitHub pull requests GitHub closed pull requests

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.

Features

  • Add/modify/delete flow entries in flow tables.
  • Add/modify/delete group tables and meters.
  • Backup/restore switch tables to/from local drive.
  • View flow tables, group tables, and meters.
  • View switch statistics.
  • View network topology.

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

Documentation

You can find some useful documention in here, but it is still a work-in-progress.

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