The goal of this project is to make an LED light strip controllable from a web interface.
Basic setup adapted from this blog post.
Configuration for LIRC from this blog post.
Feel free to use / adapt as you wish.
This project is designed to run on a Raspberry PI, however any system with a working LIRC configuration should work fine too.
Install web.py:
sudo easy_install web.py
Now run the web server:
python led_webserver.py
Open your browser and visit http://127.0.0.1:8080/ (or whatever address is displayed when you run the script). For an example of how this can be used visit http://127.0.0.1:8080/example.