Home-pi-web is part of Home-pi a project aim to provide domotique service with a raspberrypi.
Home-pi-web is a server providing a web interface to control stuff through the REST API.
Install requirement :
pip install -r requirements.txt
Run :
./webServer.py servers.json
Install on the system :
make install
Flask : Use to server content.
Simplejson : Use to easily handle json data.
Bootstrap: Use for web page UI.
Copyright (C) 2013, Aurélien Chabot [email protected]
Licensed under GPLv3.
See COPYING file.