ArduinoWebsocketClient:Arduino的Websocket客户端

时间:2024-05-20 06:05:19
【文件属性】:

文件名称:ArduinoWebsocketClient:Arduino的Websocket客户端

文件大小:22KB

文件格式:ZIP

更新时间:2024-05-20 06:05:19

C++

ArduinoWebsocketClient,一个用于与Websockets进行连接和消息传递的Arduino客户端 博客: Websocket当前提供了一种简单且轻便的方式来从Web浏览器发送和接收消息。 开发该项目是为了将此功能扩展到嵌入式设备(Arduinos)。 我希望允许设备轻松发送有关其自身的信息以及响应从托管服务收到的消息将产生一些有趣的应用程序。 注意事项 该库不支持Websocket规范的每一寸,最显着的是使用Sec-Websocket-Key。 另外,由于Arduino不支持SSL,因此该库也不支持通过https使用Websocket。 如果您有兴趣了解有关Websocket规范的更多信息,建议您查阅 。 现在,我已经解决了这个问题,我已经能够成功地使用它来连接到几个托管的Websocket服务,包括: 和 。 安装说明 在本地克隆此存储库后,将ArduinoWebs


【文件预览】:
ArduinoWebsocketClient-master
----WebSocketClient.cpp(5KB)
----HashMap()
--------HashMap.h(5KB)
--------Contributors.txt(2KB)
--------License.txt(41KB)
----examples()
--------EchoExample()
----README.md(2KB)
----.gitignore(29B)
----WebSocketClient.h(2KB)

网友评论