The piMyHome Project
Jump to navigation
Jump to search
The idea behind this project is creating a web application for the Bticino/Legrand home automation system, running on a Raspberry Pi, a very cheap (less than 50 EUR) mini computer platform.
The software used in this project is:
| Software | Description | Homepage |
|---|---|---|
| Python | A very powerful scripting language | python.org |
| Django | A cool framework for Python | djangoproject.com |
| Redis | A fast database system for dynamic data | redis.io |
| uSGI | A websocket service | uwsgi-docs.readthedocs.org |
| SQLite | A simple database system for static data | sqlite.org |
| nginx | A fast http web server | nginx.org |