ws://host:port
ws://localhost:5001
Scoreboard OCR will send the following message to RT Software swiftEngine using websocket connection:
{
"command":"UpdateField",
"parameters":
{
"nodeName": <nodeName>,
"fieldName": <fieldName>,
"value": <value>
}
}
{
"command":"UpdateField",
"parameters":
{
"nodeName": "clock",
"fieldName": "String",
"value": "09:35"
}
}