Page 1 of 1

OSC: Alternatives to UDP

Posted: Sun Apr 20, 2025 5:46 pm
by Sébastien Matos
Hi, would it be possible to have additional ways to communicate via the powerful OSC?

I often have to run a bridge between my devices/apps (eg. USB to UDP)
This could introduce some undesired lags and lost packages.

Here are some alternatives:
  • Serial/SLIP via USB. Useful for microcontrollers: Arduinos, ESP, Teensy, ...
  • Websockets for web-apps
  • Other protocols?
Cheers!