0b55209aff
High performance websocket client/server The goal of cwebsocket is to provide a portable, high performance websocket client/server, especially on low power embedded systems. cwebsocket is currently in a development state. You may encounter bugs. Report them for a timely fix. Successful tests have been conducted on the following architectures: x86 x86_64 ARM cwebsocket is compliant with the following standards: ANSI C POSIX RFC 6455 Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>
16 lines
409 B
Plaintext
16 lines
409 B
Plaintext
#
|
|
# For a description of the syntax of this configuration file,
|
|
# see the file kconfig-language.txt in the NuttX tools repository.
|
|
#
|
|
|
|
config CWEBSOCKET
|
|
bool "WebSocket Client Library"
|
|
default n
|
|
depends on ALLOW_MIT_COMPONENTS
|
|
select LIBC_SCANSET
|
|
---help---
|
|
Enable WebSocket Client Library.
|
|
WebSocket Client Library is provided from https://github.com/jeremyhahn/cwebsocket
|
|
and licensed under MIT.
|
|
|