《基于Android系统的远程维护助手的设计与实现》.doc
文本预览下载声明
广州大学华软软件学院
毕业论文(设计)
课题名称 《基于Android平台的远程维护
助手——数据传输与管理模块的
设计与实现》
学 院 广州大学华软软件学院
系 别 软件工程系
专业班级 09级软件工程(软件开发)2班
学生姓名 潘晓群
学 号 0940112217
指导教师 陈孝如
日 期 2013年4月1日
摘 要 Android是基于Linux的自由和开源的操作系统, 2012年11月数据显示,Android占据全球智能手机操作系统市场76%的份额,中国市场占有率为90%。但其系统的碎片化严重困扰着手机用户,不同的系统版本,在体验上都有所不同,让用户很难适应,特别是刚接触Android智能手机的用户,面对一些稍微复杂一点的手机设置,如网络APN的设置则无从下手。通过设计基于Android平台的远程维护助手,提供可视化的远程设备维护、FTP文件管理、程序和进程管理、用户信息备份等,方便Android用户远程维护手机。
基于Android平台的远程维护助手——网络数据传输模块。在开发过程中,借助Eclipse工作平台,完成软件的编码,调试,测试和发布。利用Java和Android技术以C/S(客户端/服务器)架构构建远程控制平台。
关键词 Android;远程控制;网络数据传输
ABSTRACT Android is based on free and open-source Linux operating system, the data show that in November 2012, Android occupies 76% share of the global smartphone operating system market, the Chinese market share of 90%. The fragmentation of the system has serious problems with mobile phone users, a different version of the system, different experience, so it is difficult to adapt, especially new to Android smartphone users, in the face of a little more complicated mobile phone settings network APN settings no from the start. The design is based on the Android platform remote maintenance assistant, remote visualization equipment maintenance, FTP file management, program and process management, user information backup convenience Android users remote maintenance phone.
Android platform-based remote maintenance assistant - network data transmission module. In the development process, with the Eclipse workbench, complete system coding, debugging, testing and release. C / S (client / server) architecture to build a remote control platform using Java and Android technology.
KEY WORDS Android;Remote Control;Network data transfer
目录
前 言 1
1 开发环境与技术及工具介绍 2
1.1 Socket技术介绍 2
1.2客户端/服务器结构 2
1.3 开发工具介绍 3
1.4 开发语言介绍 3
2 软件可行性分析 4
2.1 可行性研究的前提 4
2.1.1 要求 4
2.1.2 技术可行性 5
2.1.3 操作可行性 5
2
显示全部