FlowManager – An SDN Application

      Comments Off on FlowManager – An SDN Application

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.

Flow Manager

FlowManager supportsĀ OpenFlow v1.3 and has these features:

  • Add/modify/delete flow entries in flow tables.
  • Add/modify/delete group tables and meters.
  • View flow tables, group tables, and meters.
  • View switch statistics.
  • View network toplogy.

The FlowManager is an open source project published under Apache 2 license. You can download it from GitHub.