1config BR2_PACKAGE_PYTHON_WEBSOCKETS
2 bool "python-websockets"
3 select BR2_PACKAGE_PYTHON3_ZLIB
4 select BR2_PACKAGE_PYTHON3_SSL
5 help
6 An implementation of the WebSocket Protocol (RFC 6455 &
7 7692).
8
9 https://github.com/aaugustin/websockets
10