SPIOT: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 13: | Line 13: | ||
[http://lechacal.com/SPIOT/spiot_v1.0.zip SPIOT_V1.0] | [http://lechacal.com/SPIOT/spiot_v1.0.zip SPIOT_V1.0] | ||
==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 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. |
Revision as of 14:42, 19 February 2017
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.