文档介绍:华中科技大学
硕士学位论文
嵌入式RFID中间件数据处理模块设计与实现
姓名:邹恺
申请学位级别:硕士
专业:通信与信息系统
指导教师:刘威
20090520
摘要
随着 RFID 技术的推广,越来越多的企业开始部署 RFID 应用。在实际 RFID 应用
部署中,RFID 中间件把后端企业应用与前端读写器分离,为后端应用提供了统一的
数据管理与设备管理接口。嵌入式 RFID 中间件有效降低了 RFID 部署成本,缩短了
RFID 系统部署时间。在嵌入式平台的弱计算环境中,有效的实现标签数据流处理与
控制功能是系统设计的主要挑战。本文提出的数据处理模块,适用于嵌入式 RFID 中
间件的数据流处理与控制。
弱计算环境中精简有效的数据处理模块设计是本文的主要技术难点。本文在该课
题设计的嵌入式 RFID 中间件框架下,设计了数据处理模块,并且细分为数据采集、
数据解析、数据调度、数据过滤、数据存储五个子模块。针对嵌入式中间件的弱计算
平台,本文设计了中间件的数据优先调度机制,实现了数据差异化处理。本文实现了
多种过滤器级联组成的过滤器,实现可伸缩的数据过滤功能。本文设计的数据处理模
块上完成了对本地数据存储的支持。
经过测试验证,本文设计的数据处理模块达到了预定设计目标,数据处理功能正
常。本文的研究工作,对嵌入式 RFID 中间件数据处理相关工作具有一定的参考意义。
关键字: 嵌入式; RFID; 中间件; 数据处理模块
I
Abstract
As the promotion of RFID technology, more and more enterprises deploy RFID
application. In the deployment of RFID applications, enterprise application and RFID
readers are separated by RFID middleware, which also provides uniform data management
and device management interface. Embedded RFID middleware reduces the cost of RFID
deployment and shortens the time to deploy RFID systems. Based on the puting
environment of embedded platform, the effective realization of data stream processing and
control is the major challenge in system design. The data processing module proposed by
this thesis, is applicable to data stream processing and control in embedded RFID
middleware.
The effective design of data-processing module in puting environment is the
major technical difficulties of this thesis. This thesis refers to embedded RFID middleware
framework designed for the subject, and proposes a model of data processing module. The
data processing module is broken down into five sub-modules. According to the weak
puting environments, this thesis designs data priority scheduling mechanism,
and differences in the realization of the data processing. The thesis implements the data
filtering posed of a number of cascade filter to achieve sc