Subject: Must read for all Arduino Yun users with Node.js, lots of info...

After spending 2 weeks working through lots of challanges with Arduino Yun and Node.js, I put together a massive article with lots of source code to cover in depth Arduino Yun and Node.js.

I also provide a pre-built binary image that you can bun onto your own Micro SD (instruction included) for the perfect Yun / Node.js setup.

I developed a serial Watchdog (for when serial bridge doesn't connect), socket.io client using binary ws for the Yun, figured our node.js live remote debug and more...

I just had too many good things to not share it with everyone, so here it is, ENJOY and please comment:

That's a huge and great work! Well done!

sure thing... ya a lot of things I learned the hard way, like figuring that you need to:

cp /.extroot.md5sum /tmp/overlay-disabled/etc/extroot.md5sum

to copy micro SD to another... so now everything is documented in one single place...

enjoy!