I found a lot of Arduino libraries for OSC (Open Sound Control) but I'm not sure which is the best for using with the native Ethernet support for STM32F429ZI and ESP8266.
Did anyone make some experiments with these platforms and protocol?
I found a lot of Arduino libraries for OSC (Open Sound Control) but I'm not sure which is the best for using with the native Ethernet support for STM32F429ZI and ESP8266.
Did anyone make some experiments with these platforms and protocol?
Use GitHub - CNMAT/OSC: OSC: Arduino and Teensy implementation of OSC encoding this is most popular library. There are also may examples.