文档介绍:源程序代码等全套设计联系QQ 695132052 各专业都有
分类号: U D C:D10621-408-(2007) 5810-0
密级:公开编号:2002211155
成都信息工程学院
学位论文
基于Linux的远程控制技术客户端的实现
论文作者姓名:
黄爱玲
申请学位专业:
网络工程
申请学位类别:
工学学士
指导教师姓名(职称):
方睿(副教授)
论文提交日期:
2007年06月01日
基于Linux的远程控制技术客户端的实现
摘要
远程控制技术在现代社会有着越来越广泛的应用,其涉及到远程监控、移动办公、远程处理、远程教育等领域。论文主要介绍了在Linux平台中如何实现远程控制,该软件主要包括客户端的应用程序和服务器端的应用程序。论文重点介绍了远程控制软件客户端的需求分析,原理和设计过程。结合功能结构图和设计流程图对软件的设计进行了详细的说明。该软件基于C/S模式,通过启动服务器端、启动客户端连接、输入正确的服务器地址和密码,实现控制远端计算机的操作。
关键词:远程控制;客户端;Linux
The Client Terminal Implementation of Remote Control Technology based on Linux
Abstract
Nowadays, the remote control technology is used widely, it involves remote monitoring、muting、teleprocessing、distance learning and so on. Thesis introduces how to achieve remote control on the Linux platform. This software includes the applications procedures of client terminal and the applications procedures of server terminal. It introduces the requirements analysis, principle and the process of design to client terminal of remote control mainly. Use the function chart and the flow chart to explain the detail of software. This software is based on the C / S pattern. When both of the client terminal and the server terminal start to run, and then input the IP address of server and password, now you can control the puter.
Keywords: Remote control; The client terminal; Linux
目录
论文总页数:22页
1 引言 1
2 概述 1
远程控制技术简述 1
远程控制技术的作用 1
远程控制技术的应用现状及发展趋势 2
远程控制软件的相关技术 2
3 远程控制软件的设计 3
需求分析 3
客户端和服务器端的连接通信 3
客户端对服务器端实现屏幕控制 4
远程控制软件的总体设计 4
远程控制软件的通信流程 4
远程连接通信 5
远程控制软件客户端的实现 5
客户端总体代码 6
客户端和服务器端的连接通信 6
客户端对服务器端的屏幕控制 11
4 远程控制软件客户端的测试 17
5 远程控制软件的总体评价 19
结论 20
参考文献 20
致谢 21
声明 22
引言
随着计算机网络的出现,远程控制已经不再陌生。不管在工作或学习中都有很强的实用性,可以使人们的生活变得更加轻松简单。然而大多数的远程控制都是基于微软Windows操作系统。那么在Linux平台中是否也能实现远程控制呢?
远程控制软件基本上是由两部分组成:一部分是客户端的应用程序vncviewer,另一部分是服务器端的应用程序vncserver。本论文主要讨论了基于Linux下的远程控制技术客户端的应用程序vncviewer的原理和开发过程。远程控制软件的应用程序在UNIX和Linux