Web Client

Enable websocket

Enable web socket service which is help operator web client to connect to the operator server:

  • Login operator web management portal
  • Open management page for “Operator Server Configuration Settings” by click “Settings -> Operator Server”

Property Description
Web Socket Port The port number which operator server is used to accept web client connections
Enable Web Socket If checked, operator server will start to listen to the “Web Socket Port” to accept the web client connections on startup. Otherwise operator web client will not be able to connection to server.

After changing “Web Socket Port” or “Enable Web Socket”, you need to restart Sym3 operator server to apply new settings.

Open Web Client

Visit http://{server ip}/Sym3Web/Client from browser to open Operator Web Client:

Example: http://localhost/Sym3Web/Client

Open Web Client with URL params

Parameter Type Description
camera String Default Camera name, to be shown when client is opens
sidepanelcollapsed Boolean Flag to open or collapse side panel when client opens
toolbarvisible Boolean Flag to show or hide toolbar when client opens
sidepanelvisible Boolean Flag to show or hide side panel when client opens. when sidepanelvisible is set to true, side panel will be open and visible and sidepanelcollapsed will be ignored

Example: http://localhost/Sym3Web/Client/#/sym3?camera=BTS&sidepanelcollapsed=true&toolbarvisible=false&sidepanelvisible=false