I keep reading the following every now and then:
By 2020, there will be almost 50 billion nodes connected to the Internet making IoT an important part of life (paraphrasing here)
But even if I scale down to just 50 different sensor nodes in a room, as an end-user (not the developer) how will I know whether which sensor node provides:
- Type of measurement :
Humidity/Temperature/Pressureetc. - What floating point precision:
upto x digits after decimal point - What unit of measurment:
C/F or Bar/Pascaletc.
As a developer I can setup the nodes and place them accordingly but some end-user who only uses a Frontend Website to observe values would have no idea if the temperature readings are coming from Sensor x or Sensor y and where particularly is the sensor placed.
I, in fact, have found the keyword for it: Semantics in IoT and am precisely looking for:
implementations/standards
best practices
Are there some more resources that I can look into this field particularly? Any links,repos etc. will be appreciated.