Possible to get DDP work with micro controller?

there’s a websocket lib work with cheap wifi module esp8266.

https://github.com/Links2004/arduinoWebSockets

mqtt is fine with meteor, but if something can use ddp it’ll be cool.

Hm… Maybe you could you use Johnny-Five (JS library) and the Asteroid library? Should work.

This isn’t exactly what you asked for, since you specifically mentioned the Arduino. But for reference sake, I wrote a small DDP Implementation for the Espruino (a JS based microcontroller) last year, details at https://www.youtube.com/watch?v=Pjbq2yqyPYM (links to source in the video description).

Hello,

@crapthings, what did you do afterall ?

I am about to use the same library arduinoWebSockets. My arduino needs to have a socket connection to a meteor backend, i can not find any ddp implementation. Did you ?