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?