CoAP didnt get ACK after receive resource #10305
-
Hello, I just new to OpenThread and CoAP and got some problem here I create Thread network by using
I was able to form network from those 3 devices and able to use CoAP and be able to see the message "coap reponse from with payload " on client side (OTBR) and see message "coap response sent" on server side (MTD), but when I use Tshark to see the network traffic while using CoAP I notice that it only show CON but there wasnt ACK afterward am not so sure if this issue is similar to #2733 or #3143 Thank in advance. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Is the response piggybacked on the ack? CoAP does not require the response and ack to be separate messages. |
Beta Was this translation helpful? Give feedback.
OT CoAP CLI uses OpenThread's CoAP client. OpenThread is handling the CoAP messages before they even reach the Linux network stack. As a result, you won't be able to observe them on the Linux network interface.