1、机房监控系统的设计与实现机房监控系统的设计与实现 摘摘 要要 为提高机房使用效率,净化上机环境,杜绝个别用户使用机房内电脑做违规 的事情,为机房管理员提供一个好的机房监控系统是必要的。作者在对机房微机 管理过程进行了详细调查后,参考了一些网吧的微机管理系统,获得了机房监控 系统的设计思路。 机房管理系统应当能使管理员极其方便的获取某台微机的屏幕 视图,锁定某台电脑的键盘和鼠标输入,并能发送消息给指定的电脑用户。 本论文从理论上分析了实现机房监控系统所需要的基础技术的原理,并以 VC+6.0 作为开发工具,在 Win32 平台下实现了一个机房监控系统。论文第二部 分简述了 TCP/IP 协议以及
2、 Socket 编程技术, 第三部分讲述了系统的设计目标和 通信协议,第四章则介绍了实现过程中使用的核心技术,包括屏幕截图、锁定屏 幕以及服务器端和客户端的通信。通过本文的研究,为机房监控系统的设计和实 现展示了一个完整的方案,具有一定参考价值。 关键词关键词:机房监控系统;屏幕截图;锁定屏幕;Socket The Design and Implementation of the Computer Room Monitor and Control System Abstract It is necessary to provide a computer room monitor and con
3、trol system with good quality so that the users will obey the room rules and the room can work effectively in a steady environment. After analyzing the process of the computer room management and studying some Cyber-Cafe management system, the concept framework of the computer room monitor and contr
4、ol system was gained. At least, the monitor system must provide abilities to snap the screen of the computer specified by the manager, to disabled the input function of the keyboard and the mouse and to send messages to the computer users. This article enumerated the technologies needed for the implementation of the monitor system and introduced in detail about the issue that how to build a Win32 executable system by using the VC+6.0 as the development tools. In this article, the 2nd chapt