1 / 53
文档名称:

智能家庭消息中间件的设计与实现.pdf

格式:pdf   页数:53
下载后只包含 1 个 PDF 格式的文档,没有任何的图纸或源代码,查看文件列表

如果您已付费下载过本站文档,您可以点这里二次下载

分享

预览

智能家庭消息中间件的设计与实现.pdf

上传人:Horange 2014/2/13 文件大小:0 KB

下载得到文件列表

智能家庭消息中间件的设计与实现.pdf

文档介绍

文档介绍:华中科技大学
硕士学位论文
智能家庭消息中间件的设计与实现
姓名:林科俊
申请学位级别:硕士
专业:物理电子学
指导教师:徐海峰
20070524
摘要
智能家庭系统利用多种传输介质将家庭内部设备连接起来,实现信息的传输共享
和设备的协同工作,提供智能化家居服务。具有分布式、异构的体系结构。是
一种为楼宇自动控制网络所制定的数据通信协议。标准最根本目的是要给楼宇
自动控制系统提供实现互操作的方法。
中间件技术是实现分布式系统灵活和协调运作的一组软件技术。它是位于操作系
统之上和应用软件之下的一个软件层,负责处理不兼容的操作系统或文件结构, 调节客
户机与服务器或服务器与服务器之间的通信。在分布式系统中,提供了公共的编程机
制。
本文首先简单的介绍了智能家庭的概况和发展趋势, 协议功能和特点以及
中间件的功能和发展趋势,在此基础上,阐述了将消息中间件引入 智能家居的
意义。
然后,介绍了智能家庭系统的硬件和软件组成,给出了智能家居消息中间件的原
理分析,提出了本消息中间件设计方案。并阐述了设计的相关原理与技术。
接着,本文先阐述了各个主要模块的功能及实现方法。然后从一个整体的角度,
分别对系统逻辑状态、各模块的开启、信息获取、用户程序的执行四个方面的实现进
行了详细的讲解。
最后,对系统的程序结构和处理过程做了测试,并分析了不完善的地方,就今后
系统的改进提出了作者的想法。

关键词: 智能家庭面向消息中间件楼宇自动控制网络通讯协议




I
Abstract
Intelligent Home system utilize various transport media to connect the interior devices
at home, which realize the sharing of information and cooperation of different devices and
provide intelligent home services. This architecture is distributed and heterogeneous.
is a munication protocol for building automation works. The
prime purpose of is to provide an interoperation method for building automation
control system.
Middleware is a class of software technologies designed to help manage plexity
and heterogeneity inherent in distributed systems. It is defined as a layer of software above
the operating system but below the application program that provides mon
programming abstraction across a distributed system. As an efficient way, Message-oriented
Middleware (MOM) can solve the munication problems.
It first introduces the basic conception and develop trends of Intelligent Home, the
function and characteristic of protocol, then explains the significance of the import
of middleware to the Intelligent Home in this paper.
After that, we introduce the hardware and software construction of the Intelligent Home,
provide a basic analysis of the Message-oriented Middleware based on the Intelligent Home,
and brings out the designing plan of it. Then we