CoAP Observer Arduino服务器

时间:2019-03-04 13:30:49

标签: c++ wireshark arduino-esp8266 coap

我正在尝试基于以下CoAP library在Arduino上实现观察者资源。当观察到的资源从0变为1时,将消息发送到CoAP客户端。问题是在客户端我收到以下错误:

WARNING:coap:Received Type.ACK from <UDP6EndpointAddress [::ffff:192.168.2.121]:5683 with local address>, but could not match it to a running exchange.

首先,我认为这是我的CoAP客户的问题。因此,我使用Copper CoAp客户端,观察资源时不会反映从0到1的更改,因此问题出在服务器端(Arduino CoAP Server)。 查看coap_server.cpp,问题必须在

内部
void coapServer::notification(char *payload)

我想看一下Wireshark,但我不知道到底是什么导致了此问题。 有什么建议吗?

0 个答案:

没有答案