The piMyHome Project

From piMyHome Project
Revision as of 13:47, 17 November 2014 by Admin (talk | contribs)
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.

Software used in this project

Software Description Homepage
Python very powerful and easy to learn scripting language python.org
Django Cool and powerful framework for Python djangoproject.com
Redis Fast key value cache for dynamic data redis.io
uSGI A websocket service for immediate response in website uwsgi-docs.readthedocs.org
SQLite A simple database system for static data sqlite.org
nginx A fast http web server nginx.org