A generalized web UI for various SDN controllers
##Introduction## OmniUI is a debugging and performance evaluation tool for Software-Defined Network. It provides graphical user interface to illustrate information of flows, devices and statistic data. Features of OmniUI includes:
- Compatible with various controller
- Forwarding path of specific flow
- Topology view with traffic information
- Statistic data of specific flow
- Statistic data of specific port/link
- Dynamic flow migration
##Installation##
- Install controller adapter
- Please refer to
/adapter/<controller>/README.md
- Please refer to
- Install web UI
- Install a web server (e.g. Apache)
- Simply copy
/webui
into root directory of website
- Install MongoDB
- Please refer to Install MongoDB