Gateway Login
The IoT platform supports ROMA Connect's message API using the MQTT protocol 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. |
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.

