Lines Matching full:coap

1 # CoAP implementation for Zephyr
6 config COAP config
7 bool "CoAP Support"
9 This option enables the CoAP implementation.
12 if COAP
16 bool "Test API for CoAP unit tests"
21 bool "CoAP ./well-known/core services block wise support"
23 This option enables the block wise support of CoAP response
30 int "CoAP ./well-known/core services block wise support"
34 Maximum size of CoAP block. Valid values are 16, 32, 64, 128,
38 bool "Support for CoAP extended options"
40 This option enables the parsing of extended CoAP options length.
41 CoAP extended options length can be 2 byte value, which
47 int "CoAP extended options length value"
60 This value is used as a base value to retry pending CoAP packets.
77 Factor described as percentage to extend CoAP ACK timeout. A value
81 int "Max retransmission of a CoAP packet"
89 Factor described as percentage to extend CoAP ACK timeout for retransmissions.
93 bool "Wildcards in CoAP resource path"
100 bool "Keeping user data in the CoAP packet"
105 bool "CoAP client support [EXPERIMENTAL]"
108 This option enables the API for CoAP-client for sending CoAP requests
113 int "Coap client thread priority"
116 Priority of receive thread of the CoAP client.
119 int "LWM2M CoAP block-wise transfer size"
123 CoAP block size used by CoAP client when performing block-wise
130 CoAP client message payload size. Can't be smaller than COAP_CLIENT_BLOCK_SIZE.
133 int "Room for CoAP header data"
137 Extra room allocated to handle CoAP header data
140 int "Stack size of the CoAP client thread"
144 int "Maximum number of CoAP clients"
147 Maximum number of CoAP clients
153 Maximum number of CoAP requests a single client can handle at a time
166 bool "CoAP server support [EXPERIMENTAL]"
171 This option enables the API for CoAP-services to register resources.
176 int "CoAP server thread stack size"
179 CoAP server thread stack size for processing RX/TX events.
182 int "CoAP server block-wise transfer size"
186 CoAP block size used by CoAP server resources when performing block-wise
190 int "CoAP server message payload size"
193 CoAP server message payload size. Can't be smaller than COAP_SERVER_BLOCK_SIZE.
196 int "CoAP server message options"
199 CoAP server message maximum number of options to parse.
202 bool "CoAP server support ./well-known/core service"
208 int "CoAP service pending messages"
211 Maximum number of pending CoAP messages to retransmit per active service.
214 int "CoAP service observers"
217 Maximum number of CoAP observers per active service.
251 bool "CoAP service shell commands"
254 Enable CoAP service shell commands.
258 module = COAP
260 module-str = Log level for CoAP
261 module-help = Enables CoAP debug messages.
264 endif # COAP