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.

Direct dependencies

COAP && NETWORKING

(Includes any dependencies from ifs and menus.)

Default

  • y

Kconfig definition

At <Zephyr>/subsys/net/lib/coap/Kconfig:62

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:34<Zephyr>/subsys/Kconfig:34<Zephyr>/subsys/net/Kconfig:89<Zephyr>/subsys/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.)