emqx / emqx-coap

EMQX CoAP Gateway
https://www.emqx.com
Apache License 2.0
61 stars 34 forks source link

EMQ的COAP插件相关问题 #148

Closed Ca-AD closed 4 years ago

Ca-AD commented 4 years ago

在链接 https://github.com/emqx/emqx-coap 页面中的 COAP客户端发布操作中的 PUT coap://localhost/mqtt/{topicname}?c={clientid}&u={username}&p={password}

这里的mqtt指的COAP的Uri-Port 但 topicname 和 clientid是COAP的什么选项名称呢?

HJianBo commented 4 years ago

The {xx} is a placeholder character, not an Option of CoAP. You should replace it with your really Topic Name or Client Id