Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
tcp
 
 
web
 
 
 
 

readme.md

tcp网络调试助手 web版

此程序为方便嵌入式设备调试TCP协议,部署在linux服务器上,通过web页面即可进行tcp消息的接收和发送。

截图

编译与部署:

以linux服务为例:

cd tcp
CGO_ENABLED=0 GOOS=linux go build -o tcpsrv ./*.go
nohup ./tcpsrv &
cd web
CGO_ENABLED=0 GOOS=linux go build -o tcpweb ./*.go
nohup ./tcpweb &

使用:

设备连接tcp server地址:serverip:12345

web访问地址: http://serverip:1234

使用docker部署:

About

网络调试助手web版 (TCP network debug tool for embedded devices on web)

Topics

Resources

Releases

No releases published

Packages

No packages published
You can’t perform that action at this time.