Files
vd_960/DBNetClient/requirements.txt
wangfq 8b4404d5b3 feat(DBNetClient): TCP JSON 协议桌面测试工具
- tcp_json_client.py: 协议客户端库 — 行分隔JSON, 请求-响应, 主动推送接收
- main.py: tkinter 跨平台 GUI — 7个标签页覆盖全部15条命令
- 虚拟环境: venv/, 无额外依赖(tkinter 标准库)
- 支持: 鉴权/设备信息/网络配置/IoT配置/线圈参数/系统操作/Raw JSON
2026-06-30 15:32:57 +08:00

4 lines
171 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# DBNetClient — DLD960 TCP JSON 协议测试工具
# 无需额外依赖tkinter 为 Python 标准库
# 如果 Linux 系统缺少 tkintersudo apt install python3-tk