Lines Matching refs:resource
13 On node 1, setup CoAP server with resource `test-resource`.
18 > coap resource test-resource
27 > coap get fdde:ad00:beef:0:d395:daee:a75:3964 test-resource
30 > coap put fdde:ad00:beef:0:2780:9423:166c:1aac test-resource con payload
56 - [resource](#resource-uri-path)
75 resource
86 Request the cancellation of an existing observation subscription to a remote resource.
96 - uri-path: URI path of the resource.
101 > coap delete fdde:ad00:beef:0:2780:9423:166c:1aac test-resource con payload
108 - uri-path: URI path of the resource.
112 > coap get fdde:ad00:beef:0:2780:9423:166c:1aac test-resource
117 > coap get fdde:ad00:beef:0:2780:9423:166c:1aac test-resource block-1024
126 - uri-path: URI path of the resource.
130 > coap observe fdde:ad00:beef:0:2780:9423:166c:1aac test-resource
174 - uri-path: URI path of the resource.
179 > coap post fdde:ad00:beef:0:2780:9423:166c:1aac test-resource con payload
184 > coap post fdde:ad00:beef:0:2780:9423:166c:1aac test-resource block-1024 10
191 - uri-path: URI path of the resource.
196 > coap put fdde:ad00:beef:0:2780:9423:166c:1aac test-resource con payload
201 > coap put fdde:ad00:beef:0:2780:9423:166c:1aac test-resource block-1024 10
205 ### resource \[uri-path\]
207 Sets the URI path for the test resource.
210 > coap resource test-resource
212 > coap resource
213 test-resource
219 Sets the content sent by the test resource. If a CoAP client is observing the resource, a notificat…