Config.in 247 B

123456789
  1. config 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. https://github.com/aaugustin/websockets