Merge remote-tracking branch 'origin/v3' into v3

This commit is contained in:
zhouhao 2022-11-30 17:39:27 +08:00
commit a4876e49ce
1 changed files with 2 additions and 2 deletions

View File

@ -36,7 +36,7 @@ Content-Type: application/json
后续为报文数据,
具体报文格式见: [二进制格式说明](binary-protocol.md)
创建连接后第一个数据包需要发送[认证包](binary-protocol.md#0x01 online 首次连接),
创建连接后第一个数据包需要发送[认证包](binary-protocol.md#0x01-online-首次连接),
密钥需要在`产品-设备接入`或者`设备详情`中进行配置
### UDP
@ -58,4 +58,4 @@ UDP无需发送认证包,但是需要每个报文中都包含密钥信息.
### 测试
可以使用[模拟器](http://github.com/jetlinks/device-simulator)进行模拟测试
可以使用[模拟器](http://github.com/jetlinks/device-simulator)进行模拟测试