This is just a prototype. It demonstrates how to control the pins of an Arduino board via a webinterface in order to set the color of an RGB led.
####Build
git clone --recursive https://github.com/philgras/ArduinoWebControl.git
mkdir _build
cd _build
cmake ..
make
/.ArduinoWebControl /dev/yourDevice
Upload the sketch onto your Arduino. Then type localhost:8000/index.html
into the browser's URL bar. It is important to turn of the favicon request from the browser.
####Arduino Setup