1 config BR2_PACKAGE_LIBWEBSOCK
3 select BR2_PACKAGE_LIBEVENT
4 depends on BR2_TOOLCHAIN_HAS_THREADS
6 C library for easy WebSockets servers.
8 This library allows a developer to quickly develop WebSocket
9 servers by focusing on the actual logic of your WebSocket
10 implementation instead of the details of the WebSocket
11 protocol or even specifics of C sockets.
13 https://github.com/payden/libwebsock
15 comment "libwebsock needs a toolchain w/ threads"
16 depends on !BR2_TOOLCHAIN_HAS_THREADS