Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

简体中文 | English

IoT Explorer Device SDK for Java

Welcome to the IoT Explorer device SDK for Java.

The IoT Explorer device SDK for Java 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 Java. If you encounter any issues when using it, please feel free to submit them at GitHub.

Prerequisites

  • Create a Tencent Cloud account and activate IoT Explorer in the Tencent Cloud console.
  • Create project products and devices in the console and get the product ID, device name, device certificate (for certificate authentication), device private key (for certificate authentication), and device key (for key authentication), which are required for authentication of the devices when you connect them to the cloud. For detailed directions, please see Project Management, Product Definition, and Device Debugging.

Project configuration

The SDK supports remote Maven dependencies and local source code dependencies. For more information on how to connect, please see SDK Connection Description.

Downloading the sample code of IoT Explorer SDK for Java demo

Download the complete code in the repository. The sample code of the IoT Explorer SDK for Java demo is in the explorer-device-java/src/test/java directory.

Feature documentation

For more information on how to call the APIs, please see the demos of the following corresponding features.

SDK API and parameter descriptions

For the SDK API and parameter descriptions, please see SDK API and Parameter Descriptions in the docs directory.