简体中文 | English
Welcome to the IoT Explorer device SDK for Android.
The IoT Explorer device SDK for Android works with the device data template defined by the platform to implement a framework for data interaction between devices and the cloud based on the data template protocol. You can quickly implement data interaction between devices and the platform as well as between devices and applications based on the framework. This document describes how to get and call the IoT Explorer SDK for Android. If you encounter any issues when using it, please feel free to submit them at GitHub.
- Create a Tencent Cloud account and activate IoT Explorer in the Tencent Cloud console.
- Create project products and devices in the console. For detailed directions, please see Project Management, Product Definition, and Device Debugging.
The SDK supports remote Maven dependencies and local source code dependencies. For more information on how to connect, please see Compilation Environment and SDK Connection Description.
Download the complete code in the repository. The sample code of the IoT Explorer SDK for Android demo is in the device-android-demo module.
Download the installation package.
For more information on how to call the APIs, please see the demos of the following corresponding features.
- Controlling Device Connection and Disconnection
- Subscribing to and Unsubscribing from Topic
- Attribute Reporting
- Getting Latest Information Reported by Device
- Device Information Reporting
- Clearing Control
- Event Reporting and Multi-Event Reporting
- Checking for Firmware Update
- Gateway Use Cases
- Network Configuration Through Bluetooth LLSync
For the SDK API and parameter descriptions, please see SDK API and Parameter Descriptions in the docs
directory.
For the FAQs, please see FAQs for Android in the docs
directory.