You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How to implement the device shadow property in the existing mqtt protocol. Hey actually i have a project in which mqtt is implemented, i want to use the device shadow property in this. And we are doing all the stuffs from the device side like registering things, subs/pubs topics, and the things is getting updated dynamically after the fleet provisioning of different devices. How to proceed with it, we are not using any sdk or anything. we are just doing it in a embedded c language.
The text was updated successfully, but these errors were encountered:
If you have created thing in IoT core and have a functional MQTT library which can connect to AWS IoT, then you can use the Device Shadow feature. It is independent of whether you are using SDK or not.
You can update/create/get the device shadow by publishing/subscribing as necessary to the reserved topics listed here.
You can read about the device shadow service in depth here. Your application must utilize the timestamp/version fields of the JSON/cbor document received to make sure that there are no race conditions in case there are multiple updates to the device shadow.
How to implement the device shadow property in the existing mqtt protocol. Hey actually i have a project in which mqtt is implemented, i want to use the device shadow property in this. And we are doing all the stuffs from the device side like registering things, subs/pubs topics, and the things is getting updated dynamically after the fleet provisioning of different devices. How to proceed with it, we are not using any sdk or anything. we are just doing it in a embedded c language.
The text was updated successfully, but these errors were encountered: