-
CONFIG_WEBSOCKET_CONSOLE
¶
Enable websocket console service
Type: bool
Help¶
This option enables console over a websocket link. Currently, it is basically just a redirection of the Zephyr console through websocket. It nicely works along with another console driver (like uart), twist being that it will take over the output only if a successful connection to its HTTP service is done.
Defaults¶
No defaults. Implicitly defaults to n
.
Symbols selected by this symbol¶
NETWORKING
ifCONSOLE
NET_TCP
ifCONSOLE
HTTP_PARSER
ifCONSOLE
HTTP_SERVER
ifCONSOLE
WEBSOCKET
ifCONSOLE
Kconfig definition¶
At drivers/console/Kconfig.ws:9
Included via Kconfig:10
→ Kconfig.zephyr:29
→ drivers/Kconfig:16
→ drivers/console/Kconfig:306
Menu path: (top menu) → Device Drivers → Console drivers
menuconfig WEBSOCKET_CONSOLE bool prompt "Enable websocket console service" ifCONSOLE
selectNETWORKING
ifCONSOLE
selectNET_TCP
ifCONSOLE
selectHTTP_PARSER
ifCONSOLE
selectHTTP_SERVER
ifCONSOLE
selectWEBSOCKET
ifCONSOLE
depends onCONSOLE
help This option enables console over a websocket link. Currently, it is basically just a redirection of the Zephyr console through websocket. It nicely works along with another console driver (like uart), twist being that it will take over the output only if a successful connection to its HTTP service is done.
(Definitions include propagated dependencies, including from if’s and menus.)