All Products
Search
Document Center

IoT Platform:Overview

Last Updated:Jun 18, 2026

MQTT is a lightweight publish-subscribe messaging protocol built on TCP/IP for asynchronous communication. IoT Platform supports MQTT 5.0, improving system performance, stability, and scalability. Configure the C Link SDK to connect devices to Alibaba Cloud IoT Platform.

Prerequisites

How it works

Applications use C Link SDK APIs to connect to IoT Platform over the MQTT 5.0 protocol.

The following sequence diagram shows the implementation flow, using the device application ./demos/mqtt_v5_basic_demo.c as an example.

mqtt

Examples

  • For an example of the MQTT 5.0 connection feature, see Examples.

  • For error codes related to the MQTT 5.0 connection feature, see Common error codes.