Halaman ini belum tersedia dalam bahasa lokal Anda. Kami berusaha keras untuk menambahkan lebih banyak versi bahasa. Terima kasih atas dukungan Anda.

Compute
Elastic Cloud Server
Huawei Cloud Flexus
Bare Metal Server
Auto Scaling
Image Management Service
Dedicated Host
FunctionGraph
Cloud Phone Host
Huawei Cloud EulerOS
Networking
Virtual Private Cloud
Elastic IP
Elastic Load Balance
NAT Gateway
Direct Connect
Virtual Private Network
VPC Endpoint
Cloud Connect
Enterprise Router
Enterprise Switch
Global Accelerator
Management & Governance
Cloud Eye
Identity and Access Management
Cloud Trace Service
Resource Formation Service
Tag Management Service
Log Tank Service
Config
OneAccess
Resource Access Manager
Simple Message Notification
Application Performance Management
Application Operations Management
Organizations
Optimization Advisor
IAM Identity Center
Cloud Operations Center
Resource Governance Center
Migration
Server Migration Service
Object Storage Migration Service
Cloud Data Migration
Migration Center
Cloud Ecosystem
KooGallery
Partner Center
User Support
My Account
Billing Center
Cost Center
Resource Center
Enterprise Management
Service Tickets
HUAWEI CLOUD (International) FAQs
ICP Filing
Support Plans
My Credentials
Customer Operation Capabilities
Partner Support Plans
Professional Services
Analytics
MapReduce Service
Data Lake Insight
CloudTable Service
Cloud Search Service
Data Lake Visualization
Data Ingestion Service
GaussDB(DWS)
DataArts Studio
Data Lake Factory
DataArts Lake Formation
IoT
IoT Device Access
Others
Product Pricing Details
System Permissions
Console Quick Start
Common FAQs
Instructions for Associating with a HUAWEI CLOUD Partner
Message Center
Security & Compliance
Security Technologies and Applications
Web Application Firewall
Host Security Service
Cloud Firewall
SecMaster
Anti-DDoS Service
Data Encryption Workshop
Database Security Service
Cloud Bastion Host
Data Security Center
Cloud Certificate Manager
Edge Security
Blockchain
Blockchain Service
Web3 Node Engine Service
Media Services
Media Processing Center
Video On Demand
Live
SparkRTC
MetaStudio
Storage
Object Storage Service
Elastic Volume Service
Cloud Backup and Recovery
Storage Disaster Recovery Service
Scalable File Service Turbo
Scalable File Service
Volume Backup Service
Cloud Server Backup Service
Data Express Service
Dedicated Distributed Storage Service
Containers
Cloud Container Engine
SoftWare Repository for Container
Application Service Mesh
Ubiquitous Cloud Native Service
Cloud Container Instance
Databases
Relational Database Service
Document Database Service
Data Admin Service
Data Replication Service
GeminiDB
GaussDB
Distributed Database Middleware
Database and Application Migration UGO
TaurusDB
Middleware
Distributed Cache Service
API Gateway
Distributed Message Service for Kafka
Distributed Message Service for RabbitMQ
Distributed Message Service for RocketMQ
Cloud Service Engine
Multi-Site High Availability Service
EventGrid
Dedicated Cloud
Dedicated Computing Cluster
Business Applications
Workspace
ROMA Connect
Message & SMS
Domain Name Service
Edge Data Center Management
Meeting
AI
Face Recognition Service
Graph Engine Service
Content Moderation
Image Recognition
Optical Character Recognition
ModelArts
ImageSearch
Conversational Bot Service
Speech Interaction Service
Huawei HiLens
Video Intelligent Analysis Service
Developer Tools
SDK Developer Guide
API Request Signing Guide
Terraform
Koo Command Line Interface
Content Delivery & Edge Computing
Content Delivery Network
Intelligent EdgeFabric
CloudPond
Intelligent EdgeCloud
Solutions
SAP Cloud
High Performance Computing
Developer Services
ServiceStage
CodeArts
CodeArts PerfTest
CodeArts Req
CodeArts Pipeline
CodeArts Build
CodeArts Deploy
CodeArts Artifact
CodeArts TestPlan
CodeArts Check
CodeArts Repo
Cloud Application Engine
MacroVerse aPaaS
KooMessage
KooPhone
KooDrive

Obtaining Resources

Updated on 2024-12-31 GMT+08:00

Platform Connection Information

  1. Log in to the IoTDA console. In the navigation pane, choose IoTDA Instances, and click the target instance card.
    Figure 1 Instance management - Changing instance
  2. In the navigation pane, choose Overview. In the Instance Information area, click Access Details.
    Figure 2 Obtaining access information

Device Development Resources

You can connect devices to IoTDA using MQTT, LwM2M/CoAP, and HTTPS, as well as connect devices that use Modbus, OPC UA, and OPC DA through IoT Edge. You can also connect devices to IoTDA by calling APIs or integrating SDKs.

Resource Package

Description

Download Link

IoT Device SDK (Java)

Devices can connect to the platform by integrating the IoT Device SDK (Java). The demo provides the sample code for calling SDK APIs. For details, see IoT Device SDK (Java).

IoT Device SDK (Java)

IoT Device SDK (C)

Devices can connect to the platform by integrating the IoT Device SDK (C). The demo provides the sample code for calling SDK APIs. For details, see IoT Device SDK (C).

IoT Device SDK (C)

IoT Device SDK (C#)

Devices can connect to the platform by integrating the IoT Device SDK (C#). The demo provides the sample code for calling SDK APIs. For details, see IoT Device SDK (C#).

IoT Device SDK (C#)

IoT Device SDK (Android)

Devices can connect to the platform by integrating the IoT Device SDK (Android). The demo provides the sample code for calling SDK APIs. For details, see IoT Device SDK (Android).

IoT Device SDK (Android)

IoT Device SDK (Go)

Devices can connect to the platform by integrating the IoT Device SDK (Go). The demo provides the code sample for calling the SDK APIs. For details, see IoT Device SDK (Go) User Guide.

IoT Device SDK (Go)

IoT Device SDK(Python)

Devices can connect to the platform by integrating the IoT Device SDK (Python). The demo provides the code sample for calling the SDK APIs. For details, see

IoT Device SDK (Python) Usage Guide.

IoT Device SDK(Python)

IoT Device SDK Tiny (C)

Devices can connect to the platform by integrating the IoT Device SDK Tiny (C). The demo provides the sample code for calling SDK APIs. For details, see IoT Device Tiny SDK (C).

IoT Device SDK Tiny (C)

Native MQTT or MQTTS access example

Devices can be connected to the platform using the native MQTT or MQTTS protocol. The demo provides the sample code for SSL-encrypted link setup, TCP link setup, data reporting, and topic subscription.

Examples: Java, Python, Android, C, C#, and Node.js

quickStart(Java)

quickStart(Android)

quickStart(Python)

quickStart(C)

quickStart(C#)

quickStart(Node.js)

Product model template

Product model templates of typical scenarios are provided. You can customize product models based on the templates.

For details, see Developing a Product Model Offline.

Product Model Example

Codec example

Demo codec projects are provided for you to perform secondary development.

Codec Example

Codec test tool

The tool is used to check whether the codec developed offline is normal.

Codec Test Tool

NB-IoT device simulator

The tool is used to simulate the access of NB-IoT devices to the platform using LwM2M over CoAP for data reporting and command delivery.

For details, see Connecting and Debugging an NB-IoT Device Simulator.

NB-IoT Device Simulator

Application Development Resources

The platform provides a wealth of application-side APIs to ease application development. Applications can call these APIs to implement services such as secure access, device management, data collection, and command delivery.

Resource Package

Description

Download Link

Application API Java Demo

You can call application-side APIs to experience service functions and service processes.

API Java Demo

Application Java SDK

You can use Java methods to call application-side APIs to communicate with the platform. For details, see Java SDK.

Java SDK

Application .NET SDK

You can use .NET methods to call application-side APIs to communicate with the platform. For details, see .NET SDK.

.NET SDK

Application Python SDK

You can use Python methods to call application-side APIs to communicate with the platform. For details, see Python SDK.

Python SDK

Application Go SDK

You can use Go methods to call application-side APIs to communicate with the platform. For details, see Go SDK.

Go SDK

Application Node.js SDK

You can use Node.js methods to call application-side APIs to communicate with the platform. For details, see Node.js SDK.

Node.js SDK

Application PHP SDK

You can use PHP methods to call application-side APIs to communicate with the platform. For details, see PHP SDK.

PHP SDK

Certificates

The following certificates are used when devices and applications need to verify IoTDA.

NOTE:
  • The certificates apply only to Huawei Cloud IoTDA and must be used together with the corresponding domain name.
  • CA certificates cannot be used to verify server certificates after their expiration dates. Replace these certificates before expiration dates to ensure that devices can connect to the IoT platform properly.
Table 1 Certificates

Certificate Package Name

Region and Edition

Certificate Type

Certificate Format

Description

Download Link

certificate

CN-Hong Kong, AP-Singapore, AP-Bangkok, AF-Johannesburg, LA-Santiago, LA-Sao Paulo1, and ME-Riyadh

Device certificate

pem, jks, and bks

Used by a device to verify the platform identity. The certificate must be used together with the device access domain name.

Certificate file

Kami menggunakan cookie untuk meningkatkan kualitas situs kami dan pengalaman Anda. Dengan melanjutkan penelusuran di situs kami berarti Anda menerima kebijakan cookie kami. Cari tahu selengkapnya

Feedback

Feedback

Feedback

0/500

Selected Content

Submit selected content with the feedback