CONFIG_WEBSOCKET_CLIENT

Websocket client support [EXPERIMENTAL]

Type: bool

Help

Enable Websocket client library.

Direct dependencies

NETWORKING

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At <Zephyr>/subsys/net/lib/websocket/Kconfig:4

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:34<Zephyr>/subsys/Kconfig:34<Zephyr>/subsys/net/Kconfig:89<Zephyr>/subsys/net/lib/Kconfig:16

Menu path: (Top) → Sub Systems and OS Services → Networking → Link layer and IP networking support → Network Protocols

menuconfig WEBSOCKET_CLIENT
    bool "Websocket client support [EXPERIMENTAL]"
    select NET_SOCKETS
    select HTTP_PARSER
    select HTTP_PARSER_URL
    select HTTP_CLIENT
    select MBEDTLS
    select BASE64
    depends on NETWORKING
    help
      Enable Websocket client library.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)