Send and Recieve OSC via Websockets
9fc8954460e74375b4b4c3d4ff57cba2.mov
- Single OSC message supports muliple arguments
(v1.3.0) - Bundle OSC messages are supported
(v1.3.0) - When websocket recieves data it is then broadcast to all connected clients
(v1.3.0)
OSC Message:
/foo 1234
Websocket Message:
{[
"/foo",
1234
]}
Use operators ReceiveOSC_WebsocketOSC, SendOSC_WebsocketOSC, or ReceiveOSCBundle_WebsocketOSC to parse data from and/or to the Websocket operator.
Simple example cables.gl project
Inspired by osc2ws.


