Files
QWidgetDemo/netserver/readme.txt
2020-05-24 16:43:29 +08:00

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