摘 要
基于C++的局域网屏幕监控系统是一种用于监视和远程管理局域网内计算机屏幕的软件系统。该系统采用C++语言编写,具有高效、稳定、可扩展等特点。系统包括客户端和服务器端两部分,客户端安装在被监视计算机上,用于捕获屏幕图像并将其发送到服务器端,服务器端则用于接收图像并进行显示和管理。
该系统主要功能包括屏幕捕获、屏幕传输、多客户端管理、权限控制等方面。客户端可以捕获全屏或指定窗口区域的图像,并使用压缩技术将图像发送到服务器端;服务器端可以接收图像,并在图像窗口中实时显示。同时,服务器端还可以管理多个客户端,包括添加、删除、重命名等操作,并支持权限控制,以确保系统安全。
该系统还具有一些高级功能,如图像加密、远程控制、远程文件传输等。图像加密可保护图像传输的安全性;远程控制可让管理员远程操作被监视计算机,如关机、重启、打开应用程序等;远程文件传输可让管理员从服务器端向客户端传输文件。
总之,基于C++的局域网屏幕监控系统是一种功能强大、高效、安全可靠的软件系统,可广泛应用于企业、学校、电子商务等领域,以提高计算机管理效率和安全性。
关键词:局域网;监控系统;屏幕监控;C++;远程控制
Abstract
The C + + -based LAN screen monitoring system is a software system for monitoring and remotely managing the computer screens in the LAN. The system is written in C + + language, which has the characteristics of high efficiency, stability and scalability. The system includes both the client side and the server side. The client is installed on the monitored computer to capture screen images and send them to the server side. The server side is used to receive images and display and manage them. The main functions of the system include screen capture, screen transmission, multi-client management, permission control and so on. The client can capture full screen or specified window area and send the image to the server; the server can receive the image and display it in real time in the image window. At the same time, the server side can also manage multiple clients, including adding, deleting, renaming, and other operations, and support permission control to ensure system security.
The system also has some advanced features, such as image encryption, remote control, remote file transfer, etc. Image encryption protects the security of image transfer; remote control allows the administrator to remotely operate the monitored computer, such as shutdown, restart, open applications, etc.; remote file transfer allows the administrator to transfer files from the server side to the client. In short, the C + + -based LAN screen monitoring system is a powerful, efficient, safe and reliable software system, which can be widely used in enterprises, schools, e-commerce and other fields, in order to improve the efficiency and security of computer management.
Key words: LAN; monitoring system; screen monitoring; C + +; remote control
目 录
摘 要
Abstract
第1章 绪论
1.1选题背景及目的
1.1.1选题背景
1.1.2选题目的
1.2研究概述
1.3课题内容和要求
第2章 需求分析
2.1现有系统概述
2.2对新系统的要求
2.3系统要求
2.2.1对功能的规定
2.2.2对性能的规定
2.2.3运行环境规定
第3章 系统设计
3.1系统架构设计
3.1.1系统拓扑结构
3.1.2系统工作过程
3.1.3系统框架
3.2系统概要设计
3.2.1系统概貌
3.2.2主要功能模块描述
3.2.3基本设计概念和处理流程
3.3主要模块概要设计
3.3.1Socket概要设计
3.3.2图形界面设计
3.4系统出错处理设计
3.4.1出错信息
3.4.2补救措施
第4章 系统实现
4.1 主要常量定义
4.2主要模块实现
4.2.1连接前的准备工作
4.2.2连接的建立与取消
4.2.3Socket 的设计与实现
4.3.4多线程的建立与实现
4.3图形界面设计及实现
4.3.1窗口类 CWnd
4.3.2下拉层叠式菜单的实现
4.3.3工具栏的实现
4.3.4显示或者隐藏工具栏
4.3.5泊位和漂浮工具栏
4.3.6状态栏的实现
第5章 系统的运行和测试
5.1运行环境说明
5.2运行和测试
5.2.1系统主界面展示
5.2.2连接菜单展示以及连接建立测试
5.2.3色彩选择测试
5.3.4图像压缩选择测试
5.2.5控制对方桌面测试
5.2.6“显示”菜单展示以及包含功能测试
5.2.7 “帮助”菜单展示
5.2.8结论
5.3调试过程中的问题
5.3.1Socket 创建失败
5.3.2内存溢出
5.3.3Socket 数据传输错误
5.3.4多线程弹出对话框错误
5.3.5位图显示错误
5.3.6子窗口建立崩溃
5.3.7未解决的问题
第6章 总结与展望
6.1总结
6.2展望
参考文献
致 谢