Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

For documentation on how applications running on ONOS can inject content to the GUI at runtime, see Injecting UI Content in the Developer's Guide.

For documentation on the design of the GUI, see the GUI Architecture pagesee Web UI Architecture in the Architecture Guide.

GUI Configuration Notes

  • The onos-gui feature must be installed in ONOS.
  • The GUI listens on port 8181.
  • The base URL is /onos/ui; for example, to access the GUI on localhost, use: http://localhost:8181/onos/ui
  • The GUI has been developed to work on Google Chrome. The GUI has been tested on Safari and Firefox and minor compatibility adjustments have been made; these and other browsers may work, but have not been extensively tested, and are not actively supported, at this time.
  • The key bindings associated with any view will work on any keyboard. The "Cmd" (⌘) key on an Apple keyboard is bound to the same key as the "Windows" or "Alt" keys on Windows or other keyboards.

...