File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 6565 * reading the request, the callback must use functions provided by gcoap to
6666 * format the response, as described below. The callback *must* read the request
6767 * thoroughly before calling the functions, because the response buffer likely
68- * reuses the request buffer. See `examples/gcoap/gcoap_cli .c` for a simple
68+ * reuses the request buffer. See `examples/gcoap/client .c` for a simple
6969 * example of a callback.
7070 *
7171 * Here is the expected sequence for a callback function:
105105 *
106106 * Client operation includes two phases: creating and sending a request, and
107107 * handling the response asynchronously in a client supplied callback. See
108- * `examples/gcoap/gcoap_cli .c` for a simple example of sending a request and
108+ * `examples/gcoap/client .c` for a simple example of sending a request and
109109 * reading the response.
110110 *
111111 * ### Creating a request ###
260260 *
261261 * The client requests a specific blockwise payload from the overall body by
262262 * writing a Block2 option in the request. See _resp_handler() in the
263- * [gcoap](https://github.com/RIOT-OS/RIOT/blob/master/examples/gcoap/gcoap_cli .c)
263+ * [gcoap](https://github.com/RIOT-OS/RIOT/blob/master/examples/gcoap/client .c)
264264 * example in the RIOT distribution, which implements the sequence described
265265 * below.
266266 *
You can’t perform that action at this time.
0 commit comments