1config BR2_PACKAGE_QT5WEBSOCKETS 2 bool "qt5websockets" 3 select BR2_PACKAGE_QT5BASE_NETWORK 4 help 5 Qt is a cross-platform application and UI framework for 6 developers using C++. 7 8 The Qt WebSockets module provides C++ and QML interfaces 9 that enable Qt applications to act as a server that can 10 process WebSocket requests, or a client that can 11 consume data received from the server, or both. 12 13 https://doc.qt.io/qt-5/qtwebsockets-index.html 14