Hi.
I'm playing with an scenario based on two nrf52840dk and a dongle.
I have deployed a OTBR on a Linux Ubuntu22.04 and flashed the dk with OT COAP Server and Client respectively. (https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/samples/openthread/coap_server/README.html)
Examples from the nRF v2.7.0 SDK and zephur 3.6.99.
I'm able to:
- ping the COAP Server and Client from the BR
- ping the COAP Server and Client from the host system (Ubuntu22.04).
- ping the COAP Server form the COAP Client (uart:$ ot ping)
- create a resource on the COAP Server using the CLI (ot coap resource test)
- to access the resource from both the COAP Client (cli) and the host (coap-client-gnutl (libcoap).
- run the test based on (https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/samples/openthread/coap_client/README.html#testing) and the client is able to on and off leds by clicking buttons.
I'm not able to:
- access the /light and /provisioning resources neither from the COAP Client (cli) nor the host (coap-client-gnutl)
I get the following output from the host:
$ coap-client-gnutls -v 7 -m get coap://[fd11:22:0:0:0:0:0:100]/light
Nov 28 15:48:44.608 DEBG ***[fd11:db8:1::1]:34698 <-> [fd11:22::100]:5683 UDP : session 0x55b06e0d7950: created outg
oing session
Nov 28 15:48:44.608 DEBG ***[fd11:db8:1::1]:34698 <-> [fd11:22::100]:5683 UDP : session connected
Nov 28 15:48:44.608 DEBG timeout is set to 90 seconds
Nov 28 15:48:44.608 DEBG sending CoAP request:
Nov 28 15:48:44.608 DEBG * [fd11:db8:1::1]:34698 <-> [fd11:22::100]:5683 UDP : netif: sent 41 bytes
v:1 t:CON c:GET i:2407 {01} [ Uri-Host:fd11:22:0:0:0:0:0:100, Uri-Path:light, Request-Tag:0x45fc4a06 ]
Nov 28 15:48:44.608 DEBG ** [fd11:db8:1::1]:34698 <-> [fd11:22::100]:5683 UDP : mid=0x2407: added to retransmit queu
e (2875ms)
^CNov 28 15:48:47.133 DEBG ***[fd11:db8:1::1]:34698 <-> [fd11:22::100]:5683 UDP : session 0x55b06e0d7950:
How, if possible, can I access the /light and /provisioning resources from the command line?
Thanks in advance.
Best regards, Gabi.