
uWebSockets实现基于MicroPython WebSockets
5星
- 浏览量: 0
- 大小:None
- 文件类型:ZIP
简介:
MicroPython WebSockets implementation using ESP8266. The websocket functionality in ESP8266 (specifically for the client-side ATM) is currently under development. Some aspects of this work may eventually be integrated into micropythons built-in modwebsocket C module, though it remains incomplete and does not yet adhere to standard handshaking specifications. Given that ESP8266 today lacks asyncio support but aims to leverage its socket handling capabilities to build a custom solution capable of fulfilling all intended functions and requirements, such as implementing the asyncio Protocol. Screenshots are available upon request. Installing adafruit-ampy and setting up the project structure: $ pip install adafruit-ampy; $ ampy mkdir uwebsockets; $ ampy put uwebsocketsprotocol.py into a directory named uwebsocketsprotocol.py; similarly, place all files for the client implementation in their respective locations as specified. After setup completes successfully, execute the final step by running: $ a
全部评论 (0)


