UNPKG

brickpi-coffeescript

Version:

BrickPi API implementation in CoffeeScript for JS/CS

18 lines (12 loc) 1.19 kB
Browser Controlled Robot ====== Have you seen projects where a robot or a device is controlled by a phone, tablet, or computer over the internet? [The BrowserBot](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. ![BrickPi Web Control](https://github.com/DexterInd/BrickPi_Python/blob/master/Project_Examples/browserBot/Web_Controlled_robot_with_Raspberry_Pi.jpg?raw=true "") 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. ![alt text](https://github.com/DexterInd/BrickPi_Python/blob/master/Project_Examples/browserBot/1755x1423xbrowserBot_infographic.jpg?raw=true "Logo Title Text 1") Setup ------ See step-by-step instructions for setting up [the project on our website here](http://www.dexterindustries.com/BrickPi/projects/browserbot/).