Lines Matching full:coap
1 .. zephyr:code-sample:: coap-download
2 :name: CoAP download
3 :relevant-api: coap
5 Use the CoAP client API to download data via a GET request
10 This sample demonstrates the use of the CoAP client API to make GET requests to
11 a CoAP server. If the data to be fetched is larger than a single CoAP packet,
21 - Network connection between the board and host running a CoAP server
25 Build the CoAP download sample application like this:
38 Download a CoAP server application, for example `aiocoap`_ (Python), or
50 You can also change the name of the CoAP resource to request via Kconfig:
81 [00:00:00.110,000] <inf> coap_download: Starting CoAP download using IPv4
82 [00:00:00.180,000] <inf> coap_download: CoAP response, result_code=69, offset=0, len=100
83 [00:00:00.180,000] <inf> coap_download: CoAP download done, got 100 bytes in 70 ms
84 [00:00:00.180,000] <inf> coap_download: Starting CoAP download using IPv6
85 [00:00:00.300,000] <inf> coap_download: CoAP response, result_code=69, offset=0, len=100
86 [00:00:00.300,000] <inf> coap_download: CoAP download done, got 100 bytes in 120 ms