1config BR2_PACKAGE_LIBUWSC 2 bool "libuwsc" 3 select BR2_PACKAGE_LIBEV 4 help 5 A Lightweight and fully asynchronous WebSocket client 6 library based on libev. 7 8 https://github.com/zhaojh329/libuwsc 9