SPIOT
SPIOT - Simple Python Internet Of Thing.
- Python API over CGI
- Sqlite database
- Dygraph generated graph
- JustGage gauge display
Download
Installation
Quick Install
Download the package above and extract in a folder. Go to the spiot folder and run the python server.
$ ./run_server.sh
Go to the link below:
http://127.0.0.1:8000
Production installation
The best is to have a LAMP based server with python installed. Copy the spiot folder to the server root. Make sure you have a cgi-bin directory defined to spiot/cgi-bin.