Skip to content

Latest commit

 

History

History
7 lines (3 loc) · 453 Bytes

File metadata and controls

7 lines (3 loc) · 453 Bytes

WebSocket Protocol

TrueGear CLI exposes a WebSocket server that allows clients to interact with TrueGear devices over a network connection. The WebSocket server listens for incoming connections and processes messages at ws://127.0.0.1:18233/v1/tact/.

The WebSocket server accepts JSON-formatted messages that conform to the schema defined in effect.schema.json. Clients can send effect commands to control the behavior of the TrueGear device.