Hello, I'm using the openthread border router (wpantund) along with another end device running the simple_coap_server example that exposes a "light" resource.
I have connectivity to the device and using the firefox copper plugin I can do a "PUT" to: "coap://[IPV6 ADDRESS]/light"
and get back a "2.04 Changed". So it appears I have good connectivity but when I try to pass in a command to the resource I get a 4.04 response. The URI's I have tried are: "coap://[IPV6 ADDRESS]/light/light_on" and "coap://[IPV6 ADDRESS]/light/light_off"
Neither of these change the LED and I get a 4.04 response.
Any ideas what might be happening?
Setup: Raspberry Pi3 running openthread border router --> 52840 dev kit (running ot-ncp-ftd) Another 52840 dev kit running the thread sdk version 10 Thread Simple CoAP Server