All Products
Search
Document Center

IoT Platform:Overview

Last Updated:Jun 18, 2026

IoT Platform supports data compression for messages transmitted between devices and the platform, helping reduce device traffic and accelerate transmission.

Prerequisites

Limits

The data compression feature is available only for Exclusive Enterprise Edition instances and Standard Enterprise Edition instances. For more information, see Purchase an Enterprise instance.

Background information

IoT devices that use cellular networks often incur high traffic costs. Data compression reduces the volume of transmitted data, lowering traffic costs.

How the feature works

A program calls Link SDK for C API operations to submit topic information for compression or decompression to IoT Platform over MQTT. After IoT Platform responds, the system compresses the topic messages before transmission. When you use Link SDK for C to connect a device, the SDK handles compression and decompression transparently — the device-side program sends or receives uncompressed data.

The following figure shows the process. In this example, the ./demos/compress_basic_demo.c program is used.

image

Examples