Skip to content

Device Management Client 4.12.0 General Availability

Compare
Choose a tag to compare
@jenia81 jenia81 released this 01 Mar 18:02
· 9 commits to master since this release
b301a44

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.