WebSocket Gateway

The WebSocket Gateway provides a JSON API via bidirectional WebSocket protocol for access to OPC UA server Services. Its configuration starts with XML tag WebSocketGateway in OpcUaWebServerModel.xml.

Default Configuration

<WebGateway>
  <Address>0.0.0.0</Address>
    <Port>8082</Port>
</WebGateway>

Configuration Settings

XML tag Description
IP Address IP address bound by the WebSocket gateway
Port Port bound by the WebSocket gateway