Gateway Login
The IoT platform supports the CONNECT message API using the MQTT protocol in the southbound direction to obtain the authentication information clientId, Username, and Password.
Parameter Description
|
Parameter |
Mandatory/Optional |
Type |
Description |
|---|---|---|---|
|
clientId |
Mandatory |
String(256) |
The value of this parameter consists of the device or node ID, authentication type, password signature type, and timestamp, which are separated by underscores (_).
For example, the client ID of the device ID is D39564861q3gDa_0_0_2018072417. |
|
Username |
Mandatory |
String(256) |
Username, which is unique for each device.
|
|
Password |
Mandatory |
String(256) |
The value of this parameter is the value of the device secret encrypted by using the HMAC-SHA256 algorithm with the timestamp as the key. The value of this parameter is the secret returned by the platform during device registration or is the secret of the device. |
Last Article: Before You Start
Next Article: Adding a Gateway Subdevice
Did this article solve your problem?
Thank you for your score!Your feedback would help us improve the website.