Working prototype of internet controlled robots. Please visit the wiki for more information: https://github.com/ImmersiveSystems/net-robo/wiki
Arduino code for robots to control them and interface with serial input.
Node.js server that opens sockets to the Python client. Please run 'npm install socket.io' and 'npm install mime' after cloneing to grab the respective node_modules. This was only used for proof-of-concept, will eventually be phased out by our MEAN server.
Python code and unix scripts for the Raspberry Pi to interface with the webcam and open a socket connection to our servers.
Server repository is located at: https://github.com/gmxu/mean