Lines Matching full:coap
3 CoAP client
13 The CoAP client library allows application to send CoAP requests and parse CoAP responses.
16 in the request. The CoAP client handles the communication over sockets.
17 As the CoAP client doesn't create socket it is using, the application is responsible for creating
23 The following is an example of a CoAP client initialization and request sending:
45 Before any requests can be sent, the CoAP client needs to be initialized.
46 After initialization, the application can send a CoAP request and wait for the response.
47 Currently only one request can be sent for a single CoAP client at a time. There can be multiple
48 CoAP clients.
73 LOG_INF("CoAP response from server %d", code);
82 CoAP options may also be added to the request by the application. The following is an example of