CONFIG_NET_APP

Network application API support [EXPERIMENTAL]

Type: bool

Help

Enable API that helps to create client/server network applications. This API is experimental and subject to change.

Direct dependencies

NETWORKING

(Includes any dependencies from if’s and menus.)

Defaults

Symbols selected by this symbol

Kconfig definition

At subsys/net/lib/app/Kconfig:9

Included via Kconfig:10Kconfig.zephyr:35subsys/Kconfig:22subsys/net/Kconfig:93subsys/net/lib/Kconfig:29

Menu path: (top menu) → Networking → Network Libraries

menuconfig NET_APP
    bool
    prompt "Network application API support [EXPERIMENTAL]" if NETWORKING
    default "y" if NETWORKING
    select NET_MGMT if NETWORKING
    select NET_MGMT_EVENT if NETWORKING
    depends on NETWORKING
    help
      Enable API that helps to create client/server network applications.
      This API is experimental and subject to change.

(Definitions include propagated dependencies, including from if’s and menus.)