Difference between revisions of "The piMyHome Project"

From piMyHome Project
Jump to navigation Jump to search
Line 20: Line 20:
 
|Redis
 
|Redis
 
|A fast database system for dynamic data
 
|A fast database system for dynamic data
|[https://redis.io redis.io]
+
|[http://redis.io redis.io]
  
 
|-
 
|-

Revision as of 13:42, 17 November 2014

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