PelionIoT / pelion-client-lite

Pelion Device Management Client Lite library
https://www.pelion.com/docs/pelion-client-lite/latest/introduction/index.html
Apache License 2.0
3 stars 4 forks source link

possible to connect on leshan with secure connection ?? #10

Closed krunalchauhan637 closed 2 years ago

krunalchauhan637 commented 2 years ago

By using pelion-client-lite, Is it possible to connect on leshan with secure connection ?? By just replacing leshan cradential in mbed_cloud_dev_credentials.c ??

What are dependencies require to up & run over leshan for secure connection ??

teetak01 commented 2 years ago

Hi,

No, this library currently supports only pelion connectivity. Also the bootstrap flow as implemented is not fully complient with LwM2M in Client LITE library.

But instead https://github.com/PelionIoT/mbed-cloud-client library can be used also with Leshan, although the provisioning part is not documented for third-party clouds and requires direct use of the "mbed-client" functionality, bypassing the "mbed-cloud-client" in front of it, which implements Pelion-specific logic.