This website works better with JavaScript
Página Principal
Explorar
Ajuda
Iniciar Sessão
yongxu
/
sparrow
Vigiar
3
Colocar Estrela
0
Fork
0
Ficheiros
Problemas
0
Pull Requests
0
Wiki
Ramo:
master
Ramos
Etiquetas
master
v2
v2.0.0
sparrow
/
services
/
coapaccess
lijian
2be150fe7f
更新节点配置
há 4 anos atrás
..
access.go
15f0f1d381
token
há 6 anos atrás
coap_provider.go
2be150fe7f
更新节点配置
há 4 anos atrás
main.go
15f0f1d381
token
há 6 anos atrás
readme.md
2fcfed35e4
更新coap
há 6 anos atrás
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