qt_demoe/netserver
feiyangqingyun 30ee14dbcf 全部支持Qt4-Qt6 2021-05-30 15:59:42 +08:00
..
api 改进大量代码 2021-05-15 19:10:30 +08:00
form 改进大量代码 2021-05-15 19:10:30 +08:00
other 改进结构 2021-05-20 21:12:00 +08:00
head.h 全部支持Qt4-Qt6 2021-05-30 15:59:42 +08:00
main.cpp 改进部分代码 2021-04-13 09:36:22 +08:00
netserver.pro 全部支持Qt4-Qt6 2021-05-30 15:59:42 +08:00
readme.txt 新增网络中转服务器+designer源码项目 2020-05-24 16:39:32 +08:00

readme.txt

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

需求
1手机端或者其他端可以对设备进行回控并查看设备各种运行状态接收报警推送等。
2同时支持在局域网、广域网、互联网访问尤其是互联网访问。
3权限控制给定账号控制授权的设备并自动拉取设备信息。
4设备不在线要给出反馈信息提示以便分析。
5每个连接都有自己的唯一编号作为标识符。


查看端口号连接  netstat -aon|findstr "6907"