Sound Servo (PC Speaker) icon Sound Servo (PC Speaker) Maps PC audio volume to servos in real time with scalar, min/max, invert & multi-servo options-ideal for syncing robot mouth to sound Try it →
Asked — Edited

Connect To Ez-B Or ARC Via Html5 Web Socket

I saw that you can open up a telnet connection to ARC .

That's very cool.

I really want to use JavaScript to program my robot.

If I could connect to ARC via an html5 web socket, where all data that comes in from the ez-b is transferred across the connection, that would be very cool.

Will ez-robot ever support something like this?


ARC Pro

Upgrade to ARC Pro

ARC Pro is your gateway to a community of like-minded robot enthusiasts and professionals, all united by a passion for advanced robot programming.

#9  

Cool, new features! Thanks!

I'll play around with it, see if I can make it work.

It will be interesting to see how the HTTP service works out.

HTTP is stateless, not a dedicated connection so it seems like it would be more useful for some operations more than others.