Help Center> IoT Device Access> FAQs> Device Integration> How Do I Connect Devices to the IoT Platform Through LwM2M over CoAP, MQTT, or Generic Protocols?

How Do I Connect Devices to the IoT Platform Through LwM2M over CoAP, MQTT, or Generic Protocols?

  • Device access via LwM2M over CoAP
    1. Create products, and develop product models and codecs on the platform. For details, see Creating a Product, Developing a Product Model, and Developing a Codec.
    2. Use modules to connect devices to the platform.
    3. (Optional) Develop applications.
  • Device access via MQTT
    1. Create products, and develop product models and codecs on the platform. If the data format is JSON, you do not need to develop product models and codecs.
    2. Use SDKs or native protocols to connect devices to the platform.
    3. (Optional) Develop applications.
  • Device access via generic protocols
    1. Create products, and develop product models and codecs on the platform. If the data format is JSON, you do not need to develop product models and codecs.
    2. Use gateways that support generic protocols to connect devices to the platform.
    3. (Optional) Develop applications.