All Products
Search
Document Center

IoT Platform:Overview

Last Updated:Jun 16, 2026

IoT Platform allows you to distribute devices across regions, instances, or accounts. A device can request an endpoint and port from IoT Platform in different regions and use the information to establish a connection, without the need to repeatedly burn device information. Configure Link SDK for C to connect a device to IoT Platform by using the device distribution feature.

Prerequisites

Background information

For information about the topics used when IoT Platform sends downstream notifications to change endpoints, seeDevice distribution

How it works

An application establishes a connection with the IoT Platform by calling the C Link SDK APIsinitiate an HTTPS request to obtain an MQTT endpoint and port, and then connect to IoT Platform.

The following time series chart uses the device application./demos/bootstrap_posix_demo.c as an example to illustrate the implementation flow.

Process

For device distribution API operations, see aiot_bootstrap_api.h.

Examples