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

Experience early access to the latest features and updates. You'll have everything that is needed to unleash your robot's potential.

#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.