brickpi-coffeescript
Version:
BrickPi API implementation in CoffeeScript for JS/CS
18 lines (12 loc) • 1.19 kB
Markdown
Browser Controlled Robot
======
Have you seen projects where a robot or a device is controlled by a phone, tablet, or computer over the internet?
[ ](http://www.dexterindustries.com/BrickPi/projects/browserbot/) allows you to do just that, very quickly and easily. The browser bot is a simple example project where you control a robot through your phone, tablet, laptop, or desktop.

How It Works
------
The example uses websockets to pass messages back and forth between your browser and your robot. Data is sent from the web page when you press the graphic buttons on the web page. You can also control the robot with Keyboard strokes. The RPi_Server_Code runs on python using tornado.

Setup
------
See step-by-step instructions for setting up [the project on our website here](http://www.dexterindustries.com/BrickPi/projects/browserbot/).