I am working on a project to install 100+ nodes of temperature sensors in an area, all of which perform the same function. The data they publish is the sensor id and the reading
You connect your sensors to AWS IOT, subscribe to a device Topic and start publishing data. And you start receiving data from all the sensors.
Now see, what is the problem here??? Problem: We don't know, which device sent which data?
Solution: There can be 2 solutions to this problem.
I hope this helps.
Thanks