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.
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.