CNMAT / OSC

OSC: Arduino and Teensy implementation of OSC encoding
cnmat.berkeley.edu/oscuino
Other
727 stars 135 forks source link

Example UDP command for ESP8266ReceiveMessage. #115

Closed ctbrahmstedt closed 1 month ago

ctbrahmstedt commented 3 years ago

Hi, can you give an example of a raw UDP packet that can be parsed with the ESP8266ReceiveMessage sketch? I have been trying to send OSC data via TouchOSC and even PacketSender by making my own packet, but the sketch just returns "Error 2." The SendMessage sketch works great, but I can't seem to get the format correct on the Rx sketch. Thanks!