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.