OSC: Alternatives to UDP
Posted: Sun Apr 20, 2025 5:46 pm
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:
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?