December 2017
Intermediate to advanced
434 pages
10h 29m
English
What does the data look like when it is generated by the sensor? The sensor sends JSON format data over the internet and each reading looks like the following one:
{ "sensor_id": 1, "time": 1511935948000, "value": 21.89}
Here:
This type of JSON payload is generated every minute by all the sensors in the system. Since all sensors are registered in the system, the server-side system has the associated metadata with each sensor. Let us look at ...
Read now
Unlock full access