基于嵌入式linux移动数据同步研究与实现.rar
基于嵌入式linux移动数据同步研究与实现,基于嵌入式linux移动数据同步研究与实现1.5万字39页 资料压缩包内包括开题报告,任务书,答辩ppt,论文正文,程序代码,资料内容完整,推荐下载!摘要数据同步是移动计算中一种重要的应用模式,进行数据同步的目的是为了在两个实体间交换修改数据并保持实体的连续性。由于经常性的交互,存储在移动设备上的信息通常存在着多个副本...
该文档为压缩文件,包含的文件列表如下:
内容介绍
原文档由会员 lanqiuhuo 发布
基于嵌入式Linux移动数据同步研究与实现
1.5万字 39页
资料压缩包内包括开题报告,任务书,答辩PPT,论文正文,程序代码,资料内容完整,推荐下载!
摘要
数据同步是移动计算中一种重要的应用模式,进行数据同步的目的是为了在两个实体间交换修改数据并保持实体的连续性。由于经常性的交互,存储在移动设备上的信息通常存在着多个副本。为了使人们正确地共享交流信息,必须及时保持这些信息的副本的一致与更新。
SyncML技术汲取了其他数据同步技术的优点,引入XML技术设计表示框架,并提供了一套标准的信息交互流程与故障处理、恢复机制。它为不同设备间进行数据交换与同步提供了统一的语言,成为了目前同步技术发展的主流。
本论文的研究工作主要是在SyncML协议的基础上实现PC和移动设备的数据同步。首先简单评估了几种常用嵌入式同步协议性能和适用范围,然后详细研究了SyncML协议,在充分理解理论知识的前提下,在windows平台下开发了服务器程序,在嵌入式Linux系统平台下开发客户端程序以实现数据的同步,从而实现移动设备维修程序。
关键词:数据同步;SyncML;XML;嵌入式Linux
Research and Implementation of mobile data Synchronization based on Embedded Linux System
Abstract
Data Synchronization is an important application mode in mobile computing environment. The main purpose of Data Synchronization Service is to exchange modification between two data entities and to make the entities consistent. Because of the frequent interaction, these information have a few copies in different devices. For the correctness and accurateness of collaboration between different people, we must keep the information consistent and updated.
Combined with other synchronization designs' advantage, SyncML implement its representation framework with XML and provide a normal information exchange process and series of fault process/recovery policies. SyncML can be used as the general language of data synchronization between different devices. SyncML has become the most widely accepted synchronization protocol and the defacto synchronization standard.
The research task of this paper is to achieve data synchronization between PC and mobile devices. First evaluate briefly some usual embedded synchronization protocols’ performance and application extension; then research carefully on SyncML protocol; later carry out the protocol’s sever synchronization program on Windows Operating System and the protocol's client synchronization program on the embedded Linux system flat on the premise of fully understanding the theory knowledge, thus realize the maintenance program.
Key words: Data synchronization;SyncML;XML;embedded Linux system
目 录
1. 绪论 1
1.1 本课题的背景及目的 1
1.2 国内外研究状况 2
1.3 本课题的课题来源 2
1.4 论文结构 3
2. 数据同步技术基础 4
2.1 数据同步的概念 4
2.2 数据同步在移动计算中的意义 4
2.3目前嵌入式系统中主要同步协议的研究和评估 4
2.3.1几种常用嵌入式同步协议简介 5
2.3.2几种协议的简单评估 6
3. 数据同步中的SyncML协议 9
3.1 SyncML协议簇分层结构 9
3.2 SyncML表示层协议 9
3.2.1 SyncML消息结构 10
3.2.2 SyncML消息安全性 11
3.2.3 SyncML消息的WBXML编码 11
3.3 SyncML数据同步协议 11
3.3.1 SyncML数据同步业务框架 12
3.3.2 SyncML设备的角色 12
3.4 SyncML数据同步方式 13
4. 数据同步系统的开发与实现 16
4.1 开发环境及工具 16
4.2 数据同步系统模块划分和功能定义 16
4.2.1 数据同步系统模块划分与功能定义 16
4.2.2数据同步系统流程图 18
4.3 数据同步系统实现 19
4.3.1网络传输 20
4.3.2 数据库API 20
4.3.3 SyncML协议实现 21
4.3.4主要的数据结构 22
4.3.5 应用程序 24
4.4 结果分析 27
4.4.1 开发难点及相关策略 27
4.4.2 工作展望及见解 28
总 结 29
致 谢 30
参考文献 31
参考文献
[1]任立刚,宋俊德.移动终端数据同步协议研究[J].电信科学
[2]基于语义的移动数据库同步服务器的设计[J].计算机工程与设计
[3]李东,曹忠升,冯玉才,王元珍.移动数据库技术研究综述[J].计算机应用研究
[4]丁志明,孟小峰,王珊.复制的移动数据库系统事务及同步处理策略[J].软件学报
[5]王文琴,费贤举,鞠时光.基于数据复制技术实现移动数据同步[J].计算机应用
1.5万字 39页
资料压缩包内包括开题报告,任务书,答辩PPT,论文正文,程序代码,资料内容完整,推荐下载!
摘要
数据同步是移动计算中一种重要的应用模式,进行数据同步的目的是为了在两个实体间交换修改数据并保持实体的连续性。由于经常性的交互,存储在移动设备上的信息通常存在着多个副本。为了使人们正确地共享交流信息,必须及时保持这些信息的副本的一致与更新。
SyncML技术汲取了其他数据同步技术的优点,引入XML技术设计表示框架,并提供了一套标准的信息交互流程与故障处理、恢复机制。它为不同设备间进行数据交换与同步提供了统一的语言,成为了目前同步技术发展的主流。
本论文的研究工作主要是在SyncML协议的基础上实现PC和移动设备的数据同步。首先简单评估了几种常用嵌入式同步协议性能和适用范围,然后详细研究了SyncML协议,在充分理解理论知识的前提下,在windows平台下开发了服务器程序,在嵌入式Linux系统平台下开发客户端程序以实现数据的同步,从而实现移动设备维修程序。
关键词:数据同步;SyncML;XML;嵌入式Linux
Research and Implementation of mobile data Synchronization based on Embedded Linux System
Abstract
Data Synchronization is an important application mode in mobile computing environment. The main purpose of Data Synchronization Service is to exchange modification between two data entities and to make the entities consistent. Because of the frequent interaction, these information have a few copies in different devices. For the correctness and accurateness of collaboration between different people, we must keep the information consistent and updated.
Combined with other synchronization designs' advantage, SyncML implement its representation framework with XML and provide a normal information exchange process and series of fault process/recovery policies. SyncML can be used as the general language of data synchronization between different devices. SyncML has become the most widely accepted synchronization protocol and the defacto synchronization standard.
The research task of this paper is to achieve data synchronization between PC and mobile devices. First evaluate briefly some usual embedded synchronization protocols’ performance and application extension; then research carefully on SyncML protocol; later carry out the protocol’s sever synchronization program on Windows Operating System and the protocol's client synchronization program on the embedded Linux system flat on the premise of fully understanding the theory knowledge, thus realize the maintenance program.
Key words: Data synchronization;SyncML;XML;embedded Linux system
目 录
1. 绪论 1
1.1 本课题的背景及目的 1
1.2 国内外研究状况 2
1.3 本课题的课题来源 2
1.4 论文结构 3
2. 数据同步技术基础 4
2.1 数据同步的概念 4
2.2 数据同步在移动计算中的意义 4
2.3目前嵌入式系统中主要同步协议的研究和评估 4
2.3.1几种常用嵌入式同步协议简介 5
2.3.2几种协议的简单评估 6
3. 数据同步中的SyncML协议 9
3.1 SyncML协议簇分层结构 9
3.2 SyncML表示层协议 9
3.2.1 SyncML消息结构 10
3.2.2 SyncML消息安全性 11
3.2.3 SyncML消息的WBXML编码 11
3.3 SyncML数据同步协议 11
3.3.1 SyncML数据同步业务框架 12
3.3.2 SyncML设备的角色 12
3.4 SyncML数据同步方式 13
4. 数据同步系统的开发与实现 16
4.1 开发环境及工具 16
4.2 数据同步系统模块划分和功能定义 16
4.2.1 数据同步系统模块划分与功能定义 16
4.2.2数据同步系统流程图 18
4.3 数据同步系统实现 19
4.3.1网络传输 20
4.3.2 数据库API 20
4.3.3 SyncML协议实现 21
4.3.4主要的数据结构 22
4.3.5 应用程序 24
4.4 结果分析 27
4.4.1 开发难点及相关策略 27
4.4.2 工作展望及见解 28
总 结 29
致 谢 30
参考文献 31
参考文献
[1]任立刚,宋俊德.移动终端数据同步协议研究[J].电信科学
[2]基于语义的移动数据库同步服务器的设计[J].计算机工程与设计
[3]李东,曹忠升,冯玉才,王元珍.移动数据库技术研究综述[J].计算机应用研究
[4]丁志明,孟小峰,王珊.复制的移动数据库系统事务及同步处理策略[J].软件学报
[5]王文琴,费贤举,鞠时光.基于数据复制技术实现移动数据同步[J].计算机应用