You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using a websocket to transfer TMCL instructions and replies could speed up the communication significantly, especially when we want to monitor some values in the web UI.
If possible, the websocket should support both: JSON commands (in websocket text frames), or the binary TMCL protocol (in websocket binary frames).
The text was updated successfully, but these errors were encountered:
Using a websocket to transfer TMCL instructions and replies could speed up the communication significantly, especially when we want to monitor some values in the web UI.
If possible, the websocket should support both: JSON commands (in websocket text frames), or the binary TMCL protocol (in websocket binary frames).
The text was updated successfully, but these errors were encountered: