Kind of IoT / Chrismas project
Chrismass is comming and I'm going to have some free time.
Therefore I want to play around with the topic of IoT.
As a first step I want to connect some embedded devices like a Raspberry Pi and an Arduino to collect some data and display the collected data in an nice Web front end.
This step includes a REST-Service to store and persist the data in a MySQL database. The front end will be a small webapp written with Vaadin using the REST-Service.
Later I'm planing to use a NoSQL Database to persist the data and a HTML 5 front end to display the data.
But now the implementation of the REST Service
Part 1: The REST Service
Part 2: The sensor
Part 3: The web app