1 客户端接入
客户端接入物联网平台的第一步需要创建授权信息。
2 连接授权信息
字段 | 类型 | 描述 |
---|---|---|
App Key | String | 客户端连接MQTT需要的KEY。App Key不允许使用通配符订阅 |
App Secret | String | 客户端连接MQTT需要的Secret Key |
Server Key | String | 服务器连接MQTT需要的KEY。Server Key允许使用通配符订阅 |
Server Secret | String | 服务器连接MQTT需要的Secret Key |
ProductKey | Long | ProductKey 每个账号都不一样 |
Device Domain | String | 硬件设备的TCP域名 |
Mqtt Domain | String | MQTT服务器的域名 |
App Key Connect | Integer | App Key 连接最大限制 |
Server Key Connect | Integer | Server Key 连接最大限制 |