genekogan / p5js-osc

OSC for p5.js with examples
216 stars 39 forks source link

Running this one P5js as webapplication #9

Open quintendewilde opened 6 years ago

quintendewilde commented 6 years ago

Is it possible to receive OSC messages on P5js itself? Like from an iot device?

genekogan commented 6 years ago

yes, that's what this library does. see the 'p5-basic' example.

quintendewilde commented 6 years ago

Hey i've tried to take the CNMAT osc for esp2866 and somewhat merge it with the basic example. No luck so far.

Could and would you mind adding an ESP8266 example. With analog sensor or something alike. I'm not getting the message conversion from client to server.

Thanks so far!