Serial2Websocket:串行端口 <-> websocket 隧道,将串行设备“直接”与浏览器连接

时间:2024-07-26 02:50:57
【文件属性】:

文件名称:Serial2Websocket:串行端口 <-> websocket 隧道,将串行设备“直接”与浏览器连接

文件大小:13KB

文件格式:ZIP

更新时间:2024-07-26 02:50:57

C++

自述文件 !!! 这个 repo 可以存在,因为它是学习一些 C++ 的时候,所以如果你正在寻找一些生产质量的东西并且偶然来到这里,那么干脆走开:) 虽然向我推荐了一些教程(或书籍) - 这对我很有用你在学习基础知识时 - 会非常感激。 描述 一端带有串行端口,另一端带有 websocket 服务器的隧道,因此串行设备(在我的情况下为 arduino)和浏览器之间的通信变得更加容易。 依赖 促进 小部件 编译: g++ -o bin/Serial2Websocket S2WApp.cpp S2WMain.cpp SerialLink.cpp WebsocketLink.cpp `wx-config --cppflags` `wx-config --libs` -I -L -lboost_s


【文件预览】:
Serial2Websocket-master
----SerialLink.cpp(4KB)
----S2WApp.h(419B)
----S2WMain.h(3KB)
----S2WMain.cpp(12KB)
----endpoint.hpp(21B)
----WebsocketLink.cpp(3KB)
----examples()
--------ledswitch()
----wx_pch.h(611B)
----LICENSE(1KB)
----SerialLink.hpp(2KB)
----README.md(994B)
----WebsocketLink.hpp(1KB)
----S2WApp.cpp(665B)
----.gitignore(22B)
----bin()
--------.gitignore(0B)

网友评论