This website works better with JavaScript
Accueil
Explorer
Aide
Connexion
yongxu
/
sparrow
Suivre
3
Voter
0
Fork
0
Fichiers
Tickets
0
Pull Requests
0
Wiki
Branche:
master
Branches
Tags
master
v2
v2.0.0
sparrow
/
services
/
coapaccess
lijian
2be150fe7f
更新节点配置
il y a 4 ans
..
access.go
15f0f1d381
token
il y a 6 ans
coap_provider.go
2be150fe7f
更新节点配置
il y a 4 ans
main.go
15f0f1d381
token
il y a 6 ans
readme.md
2fcfed35e4
更新coap
il y a 6 ans
readme.md
CoAP协议与平台通讯协议对应关系
TKL:长度固定为
8
个字节
Token:承载平台通讯协议中的token,用于校验,校验不通过会返回
4.01
Payload:承载平台通讯协议中的Payload
状态上报
URIPath:
/s
Code:
POST
Type:
CON
Payload:依据平台通讯协议打包的二进制内容.
事件上报
URIPath:
/e
Code:
POST
Type:
CON
Payload:依据平台通讯协议打包的二进制内容.
命令下发监听(未实现)
URIPath:
/c
Code:
GET
Type:
NON