Skip to content

qudenger/network-debug-tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published