Difference between revisions of "The piMyHome Project"

From piMyHome Project
Jump to navigation Jump to search
Line 1: Line 1:
 
The idea behind this project is creating a web application for the Bticino/Legrand home automation system, running on a [http://www.raspberrypi.org/ Raspberry Pi], a very cheap (less than 50 EUR) mini computer platform.
 
The idea behind this project is creating a web application for the Bticino/Legrand home automation system, running on a [http://www.raspberrypi.org/ Raspberry Pi], a very cheap (less than 50 EUR) mini computer platform.
  
The software used in this project is:
+
==== Software used in this project====
 
{| class="wikitable"
 
{| class="wikitable"
 
! style="text-align:left;"| Software
 
! style="text-align:left;"| Software
Line 9: Line 9:
 
|-
 
|-
 
|Python
 
|Python
|A very powerful scripting language
+
|very powerful and easy to learn scripting language
 
|[https://www.python.org python.org]  
 
|[https://www.python.org python.org]  
  
 
|-
 
|-
 
|Django
 
|Django
|A cool framework for Python
+
|Cool and powerful framework for Python
 
|[https://www.djangoproject.com djangoproject.com]
 
|[https://www.djangoproject.com djangoproject.com]
  
 
|-
 
|-
 
|Redis
 
|Redis
|A fast database system for dynamic data
+
|Fast key value cache for dynamic data
 
|[http://redis.io redis.io]
 
|[http://redis.io redis.io]
  
 
|-
 
|-
 
|uSGI
 
|uSGI
|A websocket service  
+
|A websocket service for immediate response in website
 
|[https://uwsgi-docs.readthedocs.org/en/latest/ uwsgi-docs.readthedocs.org]
 
|[https://uwsgi-docs.readthedocs.org/en/latest/ uwsgi-docs.readthedocs.org]
  

Revision as of 13:47, 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.

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