资源描述:
《java远程监控系统论文》由会员上传分享,免费在线阅读,更多相关内容在学术论文-天天文库。
1、基于JAVA远程监控系统软件的设计与实现摘要随着计算机网络技术的发展与应用,屏幕监控已经成为人们日益关注的焦点。例如:为确保网络信息的安全,越来越多的网管人员需要实时监控联网计算机的运行状态和各种操作;在家庭生活中,家长需要实时地监控孩子的屏幕,了解其上网情况,一旦发现孩子浏览不良网站,可以强制性关机,阻止上网,以保护孩子的身心健康。在社会需求的基础上,远程监控软件应运而生。本系统采用Java网络编程和Java图形编程实现。基于JAVA远程监控系统软件突破了空间的限制,使用者不用亲临现场,在自己的电脑面前就能轻松的监控远程计算机,实现被监控端
2、硬盘文件的上传、下载;实现对鼠标、键盘的模拟;实现在远程机器上执行任意DOS命令;远程关机、远程重启计算机,满足了人们的实际需求。本系统从系统需求分析、概要设计、详细设计到具体的编码实现和后期的代码优化、功能测试都严格遵循了软件工程的思想。关键词:远程监控;JavaRobot;屏幕截取;JavaSocketIIIDesignandRealizationofRemoteMonitoringSystemSoftwareBasedonJAVAABSTRACTWiththedevelopmentandapplicationofcomputernetw
3、orktechnology,screenmonitorshavebecomethefocusofattention.Forexample,toensurethesafetyofnetworkinformation,moreandmorenetworkmanagementneedsreal-timemonitornetworkedcomputersrunningandavarietyofactions;infamilylife,parentsneedtomonitorchildren'sscreeninrealtime,understandth
4、eirsurfing,oncechildrenbrowseundesirableWebsites,eithermandatoryshutdown,blocksInternetaccess,toprotectthechild'sphysicalandmentalhealth.Onthebasisoftheneedsofthecommunity,remotemonitoringandcontrolsoftwarecameintobeing.ThissystemusesJavanetworkprogrammingandJavagraphicspro
5、gramming.RemotemonitoringsystembasedonJAVAsoftwarebrokethroughthespacelimitations,usersdonothavetovisit,infrontoftheircomputerswillbeabletoeasilymonitorandcontrolremotecomputers,implementationismonitoringharddrivefileupload,download;implementationforsimulationofthemouse,key
6、board;enablinganyDOScommandisexecutedontheremotemachine;remoteshutdown,restartremotecomputersmeetthepracticalneedsofthepeople.Thissystemfromthesystemrequirementsanalysis,design,detaileddesigntospecificcodingandcodeoptimization,functionaltestingarestrictlyfollowedinthelatert
7、hinkingofsoftwareengineering.Keywords:RemoteControlTechnology;JavaRobot;ScreenCapture;JavaSocketIII目录摘要IABSTRACTII1引言11.1课题背景及意义11.2课题研究现状11.2.1国外研究现状11.2.2国内研究现状11.3主要工作21.4本文结构22系统分析32.1可行性分析32.1.1要解决的问题32.1.2技术可行性分析32.1.3经济可行性分析42.1.4软件运行环境要求52.2需求分析52.2.1系统功能需求52.2.2其他需
8、求63系统的功能与流程73.1功能模块划分73.1.1服务器端的主要功能模块73.1.2客户端的主要功能模块83.2系统的流程与分析83.2.1被监控端启动流程83