Collect an print different data like (temperature, humidity, electric consumption ...)
Go to file
Chteufleur 0d495e41bb Add temporaire BDD table to store temporaire incomming temperature.
Save only every interval set.
2015-10-05 23:07:55 +02:00
conf Initialisation of the project 2015-09-17 20:07:41 +02:00
controllers Add temporaire BDD table to store temporaire incomming temperature. 2015-10-05 23:07:55 +02:00
models Add temporaire BDD table to store temporaire incomming temperature. 2015-10-05 23:07:55 +02:00
routers Can modify the description of sensor 2015-09-27 20:05:09 +02:00
sensors Add sensors programmes and schemas 2015-10-03 23:12:33 +02:00
static Can modify the description of sensor 2015-09-27 20:05:09 +02:00
tests Initialisation of the project 2015-09-17 20:07:41 +02:00
views Add possibility to specify interval mesure. 2015-10-03 18:02:51 +02:00
.gitignore Init commit 2015-09-17 19:44:49 +02:00
README.md Store and view temperatures 2015-09-26 23:24:14 +02:00
main.go Initialisation of the project 2015-09-17 20:07:41 +02:00

README.md

DataHouse

Collect an print different data like (temperature, humidity, electric consumption ...)

Add temperature

To add a temperature (°C), juste acces to GET http://IP_Server:Port/addTemp/sensorMAC/value. The sensor will be added into the database as the temperature.