openoptics.Toolbox.BaseNetwork.start#
- BaseNetwork.start()[source]#
Start OpenOptics user interface (CLI, dashboard, …).
Traffic Oblivious. Initializes DeviceManager, starts CLI, and handles network shutdown.
Simulator-style backends (
supports_cli == False) skip the interactive CLI and drive the backend’s ownrun()instead; this path is taken by the ns-3 backend.