CONFIG_COAP_URI_WILDCARD¶
Enable wildcards in CoAP resource path
Type: bool
Help¶
This option enables MQTT-style wildcards in path. Disable it if
resource path may contain plus or hash symbol.
Default¶
- y 
Kconfig definition¶
At <Zephyr Subsystem>/net/lib/coap/Kconfig:72
Included via Kconfig:8 → Kconfig.zephyr:44 → <Zephyr Subsystem>/Kconfig:39 → <Zephyr Subsystem>/net/Kconfig:89 → <Zephyr Subsystem>/net/lib/Kconfig:6
Menu path: (Top) → Sub Systems and OS Services → Networking → Link layer and IP networking support → Network Protocols → CoAP Support
config COAP_URI_WILDCARD
    bool "Enable wildcards in CoAP resource path"
    default y
    depends on COAP && NETWORKING
    help
      This option enables MQTT-style wildcards in path. Disable it if
      resource path may contain plus or hash symbol.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)