Skip to content

uTools 插件 —— 数据包发送测试工具,发送 TCP、UDP 数据

Notifications You must be signed in to change notification settings

pfeak/utools-post

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

uTools-post

方便快速的发送、接受数据包(例如 tcp/udp)

功能

  • 客户端管理
  • UDP server/client
  • TCP server/client
  • 自定义发送数据内容
  • 自定义接收数据内容
  • 持续发送
  • 附带时间的日志输出

安装

  1. 通过 uTools 插件市场搜索 “utools-post” 安装
  2. 通过 发布页面 下载 UPX 文件手动拖拽到 utools 弹框安装

界面展示

1

2

3

4

开发

克隆仓库,在代码根目录执行:

npm install
npm run dev

根据 uTools 开发者文档 介绍开发

开发完成后,打包生成 dist 目录及文件

npm run build

最后通过 uTools 开发者工具 打包成 UPX(utools package Extension) 文件

数据结构

{
    "uuid": "70150c51-98d4-4f76-9da3-70fb967afb61",
    "name": "机房-服务器1",
    "ipv4": "192.168.1.10",
    "port": "8080",
    "interval": 0,
    "client": "嗨,我是 TCP/UDP 发送的消息!",
    "server": "你好,这里是 TCP/UDP 服务器!"
}

About

uTools 插件 —— 数据包发送测试工具,发送 TCP、UDP 数据

Resources

Stars

Watchers

Forks

Packages

No packages published