Hey everybody, kind of and off topic question regarding Open Sound Control.

Hey everybody, kind of and off topic question regarding Open Sound Control. Currently I’m developing a work that uses OSC to communicate with Huzzah esp8266 Feathers. Does anybody had succes, receiving messages using OSC with this or other library? https://github.com/CNMAT/OSC

Have written my own OSC library and works like a treat with the ESP8266. Both the NodeMCU and Wemos D1 Mini Boards. Note that some OSC apps send OSC data packets differently (even though there is a standard). I have used Touch OSC to control my devices. some examples
https://www.instagram.com/p/BL_GN2plsuD/
https://www.instagram.com/p/BMEAmOQlC_a/

Yeah thanks, I noticed ;( Your work looks awesome as always! My skills are limited to using libraries. In the past I used OSC in combination of max/msp but never with Arduino, which is a new game or me anyway. If somebody has any clue or how to receive OSC messages on an esp8266 Feather then let me buy you a beer :wink:

@Jonas_Vorwerk Cheers Jonas, i wrote my own library because i also looked at the one you posted and it also didn’t work on ESP8266 properly.