
This commit enable users to run `tox -e docs` to build docs for os-ken. It fixes several issues to ensure the build will succeed. In addition, the docs from upstream Ryu library is grouped into archived content. The future work is merging those docs into the os-ken contents. Change-Id: I5ee1998e0d2835495650cda530eb0b73c49b091a
844 B
844 B
Topology Viewer
os_ken.app.gui_topology.gui_topology provides topology visualization.
This depends on following os_ken applications.
os_ken.app.rest_topology | Get node and link data. |
os_ken.app.ws_topology | Being notified change of link up/down. |
os_ken.app.ofctl_rest | Get flows of datapaths. |
Usage
Run mininet (or join your real environment):
$ sudo mn --controller remote --topo tree,depth=3
Run GUI application:
$ PYTHONPATH=. ./bin/os_ken run --observe-links os_ken/app/gui_topology/gui_topology.py
Access http://<ip address of os_ken host>:8080 with your web browser.