SPIOT

From lechacal
Revision as of 14:42, 19 February 2017 by Administrator (talk | contribs)
Jump to navigation Jump to search

SPIOT - Simple Python Internet Of Thing.

  • Python API over CGI
  • Sqlite database
  • Dygraph generated graph
  • JustGage gauge display


Download

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

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.