# Copyright (c) 2017 Intel Corporation # # SPDX-License-Identifier: Apache-2.0 # menuconfig WEBSOCKET bool "Websocket support [EXPERIMENTAL]" depends on HTTP select NET_TCP select BASE64 help This option enables the websocket library. if WEBSOCKET module = WEBSOCKET module-dep = NET_LOG module-str = Log level for weboscket library module-help = Enables websocket library to output debug messages. source "subsys/net/Kconfig.template.log_config.net" endif # WEBSOCKET