Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 755 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 755 Bytes

OSC Relay

An application titled OSC Relay showing OSC messages forwarded from UDP to a websocket and vice-versa

Forwards messages from a UDP port to a websocket, and vice-versa. Useful for connecting p5.js and other browser applications to native applications or other computers.

Download the latest release.

Development

npm run start

Open this starter sketch and run it to connect to the websocket.

Send some OSC messages - you can the scripts in utils/ to get started. Messages received should appear in the main window of OSC Relay and in the console in the p5.js editor.