The latest development version of this page may be more current than this released 2.7.5 version.

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 subsys/net/lib/coap/Kconfig:72

Included via Kconfig:8Kconfig.zephyr:44subsys/Kconfig:39subsys/net/Kconfig:91subsys/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.)