完整后设资料纪录
DC 栏位 | 值 | 语言 |
---|---|---|
dc.contributor.author | 潘孟铉 | en_US |
dc.contributor.author | 曾煜棋 | en_US |
dc.date.accessioned | 2014-12-12T02:40:44Z | - |
dc.date.available | 2014-12-12T02:40:44Z | - |
dc.date.issued | 2007 | en_US |
dc.identifier.uri | http://140.113.39.130/cdrfb3/record/nctu/#GT009217812 | en_US |
dc.identifier.uri | http://hdl.handle.net/11536/74512 | - |
dc.description.abstract | 无线感测网路相关的研究议题得到许多研究单位及学者的关注,近年来ZigBee通讯协定被视为最适用于感测网路的通讯协定,在本篇论文中,我们将提出建构于ZigBee通讯堆叠中之通讯协定与应用。本篇论文包含五个主题,其中前三个主题我们将探讨ZigBee网路层通讯协定之设计,内容包含有:ZigBee无线感测网路生成之研究、ZigBee基础之长链状网路研究以及ZigBee树状网路资料传递排程。在后两个主题为两个可架构于所设计之网路层协定之上的ZigBee无线感测网路应用,分别为:一紧急室内安全监控与逃生系统以及一智慧型灯光控制系统。 在第一个研究主题中,我们研究ZigBee感测网路的生成问题,在ZigBee规范中,一个节点加入到一个网路的条件为:该节点能找到一个父节点能够给予该节点一ZigBee网路位址,父节点们可利用ZigBee所定义之分散式位址分配法来指定位址给子节点们,这一个位址指定方法相当简单但是却限制了一个节点最多可容忍之子节点个数以及整体网路的深度,我们观察到如果使用ZigBee所定义之网路生成方式,会使得网路位址的使用率偏低,进而造成节点无法连上网路,因此在本论文中,我们提出适用于ZigBe之网路生成方法,我们的目标是为能够使得网路上的节点能够自动组态并且形成一个可通讯之网路。 在第二个研究主题中,我们探讨一特殊网路-长链状网路,在这一网路中节点们被部署为数个长条状拓朴,这些长条状拓朴们连接成一个网路,并且覆盖整个想要涵盖之范围,这一网路看似为一个特例型态网路,但是我们观察到该网路型态是相当常见于许多无线感测网路之应用中。本论文探讨该如何将ZigBee协定用于此一特殊但却常见之拓朴中。我们从网路层协定来切入讨论,发现原有ZigBee定义之位址指定方式与路由方式并不适用于此长链状网路,因此我们的目标为提出简单又有效之适用于长链状网路之位址指派方法以及路由通讯协定。 在第三个研究主题中,我们研究ZigBee树状网路封包排程,在许多无线感测网路的应用中,网路上的节点被要求回报资料给一个资料收集伺服器,早先所提出之资料回报流排程方法皆着重于要节省网路节点电量消耗与降低回报延迟,但是该些方法皆不能适用于ZigBee网路。在考量ZigBee的特性下,本论文将探讨该如何排程节点的信标讯框,并将提出信标排程演算法,目标为针对资料流之特性来排定网路节点之运作时间,以达到省电之目的。 在第四个研究主题中,我们提出一套紧急室内安全监控与逃生系统,该系统可建构于上述所提出之通讯协定方法之上,本系统拥有简易网路建置方式、可靠拓朴重建以及安全导引人员逃生三项特点。在网路部署完成后,我们的节点将运作于省电模式来监控室内环境状态,而当网路有紧急事件发生时,节点们则转换至非省电模式以即时监控网路,同时感测器也会依据急难时感测到的资讯来提供安全的逃生路径协助室内人员逃离灾难现场,保障位处于灾难现场人员的生命安全。 最后我们设计一室内智慧型灯光控制系统来提供一更便利以及舒适的生活环境,基于人们在从事各种不同之活动于皆有可能需要不同之照明需求,例如阅读、看电视等。本系统可依据使用者之需求辅以感测器的回报来自动地调控室内的灯光,调控的目标除了要满足使用者之需求外,亦强调需达到节能之目的。由本论文所提出之通讯协定方法,我们还可以在其上衍生许多之应用,如老人健康照护、紧急救援,户外河川水位监测等。 | zh_TW |
dc.description.abstract | ZigBee is a standard which is considered to be suitable for \emph{wireless sensor networks (WSNs)}. In this dissertation, we propose communication protocols and applications based on the ZigBee protocol stack. This dissertation is composed of five works. In the first three works, we put our attention on designing ZigBee-compatible network layer protocols. The first work and second work discuss network formation problems in general ZigBee networks and in a special type of ZigBee network, respectively.Based on the observation that data gathering is a major application of WSNs, in the third work, we design data collection strategies for ZigBee networks. In the last two works, we propose two applications, an emergency guiding and monitoring system and an intelligent light control system, which can operate based on the proposed network layer protocols. In the first work, we discuss network formation issues in general ZigBee network. According to ZigBee, a device is said to join a network if it can obtain a network address from a parent device. Devices calculate addresses for their child devices by a distributed address assignment scheme. This assignment is easy to implement, but it restricts the number of children of a device and the depth of the network. We observe that if one uses the random formation policy specified in ZigBee, the utilization of the address pool may be very low. Those devices that can not receive network addresses will be isolated from the network and become orphan nodes. In this dissertation, we divide the orphan problem by two subproblems: the bounded-degree-and-depth tree formation (BDDTF) problem and the end-device maximum matching (EDMM) problem. We then propose network formation strategies to relieve the orphan problem. The simulation results show that, compared to the ZigBee network formation strategy, the proposed schemes can effectively reduce the number of orphan devices. Although WSNs have been extensively researched, its deployment is still a big concern. In the second work, we promote a new concept of long-thin (LT) topology for WSNs, where a network may have a number of linear paths of nodes as backbones connecting to each other. These backbones are to extend the network to the intended coverage areas. At the first glance, a LT WSN only seems to be a special case of numerous WSN topologies. However, we observe, from real deployment experiences, that such a topology is quite general in many applications and deployments. We show that the address assignment and thus the tree routing scheme defined in the original ZigBee specification may work poorly, if not fail, in a LT topology. We then propose simple, yet efficient, address assignment and routing schemes for a LT WSN. Simulation results are reported. In most WSN applications, sensors are required to report their sensory data to a sink. This operation is defined as convergecast, which means the reverse of broadcast. Existing convergecast solutions have focused on reducing latency and energy consumption. However, a good design should be compliant to standards, in addition to considering these factors. In the third work, we defines a minimum delay beacon scheduling problem for quick convergecast in ZigBee tree-based wireless sensor networks and proves that this problem is NP-complete. Our formulation is compliant with the low-power design of IEEE 802.15.4. We then propose optimal solutions for special cases and heuristic algorithms for general cases. Simulation results show that the proposed algorithms can indeed achieve quick convergecast. In the fourth work, we show a novel indoor emergency guiding and monitoring system by ZigBee WSN. At normal time, the network is responsible for monitoring the environment in low-power mode. When emergency events are detected, all sensors switch to active mode to deal with these events. And the network can adaptively modify its topology to ensure transportation reliability, quickly identify hazardous regions that should be avoided, and find safe navigation paths that can lead people to exits. In the last work, we introduce an intelligent light control system, which aims to provide a more convenient and comfortable indoor environment for users. Users are considered to have different requirements when doing different activities. The system can automatically decide illuminations for users by sensors' reports and users' demands. The goal is to satisfy all users and to conserve power. Based on the designed network layer protocols, we can further develop more applications, such as elder health-care application, emergency rescue, river level monitoring, and so on. | en_US |
dc.language.iso | en_US | en_US |
dc.subject | 位址分派 | zh_TW |
dc.subject | 回报 | zh_TW |
dc.subject | IEEE 802.15.4 | zh_TW |
dc.subject | 智慧型建筑 | zh_TW |
dc.subject | 灯光控制 | zh_TW |
dc.subject | 长链状网路 | zh_TW |
dc.subject | 孤儿问题 | zh_TW |
dc.subject | 导引 | zh_TW |
dc.subject | 无所不在的运算 | zh_TW |
dc.subject | 排程 | zh_TW |
dc.subject | 无线感测网路 | zh_TW |
dc.subject | ZigBee | zh_TW |
dc.subject | address assignment | en_US |
dc.subject | convergecast | en_US |
dc.subject | IEEE 802.15.4 | en_US |
dc.subject | intelligent buildings | en_US |
dc.subject | light control | en_US |
dc.subject | long-thin network | en_US |
dc.subject | orphan problem | en_US |
dc.subject | navigation | en_US |
dc.subject | pervasive computing | en_US |
dc.subject | scheduling | en_US |
dc.subject | wireless sensor network | en_US |
dc.subject | ZigBee | en_US |
dc.title | ZigBee无线感测网路之通讯协定与应用设计 | zh_TW |
dc.title | Communication Protocols and Applications for ZigBee-Based Wireless Sensor Networks | en_US |
dc.type | Thesis | en_US |
dc.contributor.department | 资讯科学与工程研究所 | zh_TW |
显示于类别: | Thesis |
文件中的档案:
If it is a zip file, please download the file and unzip it, then open index.html in a browser to view the full text content.