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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Device Management Client example
Known issues
[Linux/Zephyr] Asynchronous DNS does not work well, and the device fails to reconnect to the cloud if some of the pods are restarted. In such a scenario, the device needs to be restarted. To address this issue, the default DNS settings should be overridden to synchronous DNS in the application level:
For Linux devices, set the PAL_DNS_API_VERSION flag to 0.
For Zephyr devices, set the DNS API selection to POSIX.
Changes
Updated to Mbed OS 6.15.1.
[Linux] Add a new define_lwm2m_compliant.txt that enables communication with a LwM2M compliant service / interoperability (IoP) testing.
[Mbed OS] Add a new mbed_app_lwm2m_compliant.json that enables communication with an LwM2M compliant service/interoperability (IOP) testing with FRDM K64F device.