Skip to content
forked from xinguard/XinUI

Simple UI for Ryu SDN controller

License

Notifications You must be signed in to change notification settings

yycccccccc/XinUI

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

XinUI

XinUI is a simple UI for Ryu SDN controller.

##Features

  • Support Ryu SDN controller.
  • Show below information:
    • Switch description
    • Flow table
    • Network topology
  • Add / delete flow entry.

##Setup

  • Prerequisite:

    • Ryu (>=3.6)
    • python-pip (>=1.3.1)
  • Installation:

    • sudo pip install -r pip_requirements.txt

Usage

Run Ryu app:

$ ryu-manager --observe-links ryu.topology.switches ryu.app.rest_topology ryu.app.ofctl_rest

Run XinUI:

$ python xinui.py

Default running on http://0.0.0.0:5566/

Support

Full test on Chrome during design, so can not sure other browser can work smooth.

All of the code is freely available under the MIT license.

About

Simple UI for Ryu SDN controller

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 40.9%
  • JavaScript 35.3%
  • Python 16.0%
  • CSS 7.8%