wpan_zbr

所属分类:网络
开发工具:Windows_Unix
文件大小:1678KB
下载次数:719
上传日期:2009-03-27 20:25:23
上 传 者momo23
说明:  ZigBee路由协议指的是ZigBee规范中规定的与路由相关的功能和算法部分,主要包括不同网络拓扑结构下ZigBee协议数据单元的路由方式、路由发现和路由维护等内容。为了达到低成本、低功耗、可靠性高等设计目标,ZigBee网络采用了Cluster-Tree与AODV路由相结合的路由算法。该包实现了ZIGBEE路由算法在NS2下的模拟
(ZigBee Routing Protocol refers to the ZigBee specification and routing provisions related functions and algorithms in part, including different network topologies under the ZigBee protocol data unit routing methods, routing discovery and routing maintenance and so on. In order to achieve low-cost, low power consumption, high reliability design goal, ZigBee network using Cluster-Tree Routing with the AODV routing algorithm combining. The implementation of the ZigBee packet routing algorithm in NS2 under the Analog)

文件列表:
wpan_zbr\COMMAND (1585, 2004-11-16)
wpan_zbr\WPAN_ZBR_pub.pdf (213689, 2004-11-16)
wpan_zbr\install (11177, 2004-11-16)
wpan_zbr\wpan\cpp\p802_15_4const.h (6933, 2004-11-16)
wpan_zbr\wpan\cpp\p802_15_4csmaca.cc (16319, 2004-11-16)
wpan_zbr\wpan\cpp\p802_15_4csmaca.h (3962, 2004-11-16)
wpan_zbr\wpan\cpp\p802_15_4def.h (3711, 2004-11-16)
wpan_zbr\wpan\cpp\p802_15_4fail.cc (5290, 2004-11-16)
wpan_zbr\wpan\cpp\p802_15_4fail.h (3604, 2004-11-16)
wpan_zbr\wpan\cpp\p802_15_4field.h (13682, 2004-11-16)
wpan_zbr\wpan\cpp\p802_15_4hlist.cc (5056, 2004-11-16)
wpan_zbr\wpan\cpp\p802_15_4hlist.h (3595, 2004-11-16)
wpan_zbr\wpan\cpp\p802_15_4mac.cc (181941, 2004-11-16)
wpan_zbr\wpan\cpp\p802_15_4mac.h (26541, 2004-11-16)
wpan_zbr\wpan\cpp\p802_15_4nam.cc (13192, 2004-11-16)
wpan_zbr\wpan\cpp\p802_15_4nam.h (5370, 2004-11-16)
wpan_zbr\wpan\cpp\p802_15_4phy.cc (25179, 2004-11-16)
wpan_zbr\wpan\cpp\p802_15_4phy.h (5932, 2004-11-16)
wpan_zbr\wpan\cpp\p802_15_4pkt.h (7997, 2004-11-16)
wpan_zbr\wpan\cpp\p802_15_4sscs.cc (31036, 2004-11-16)
wpan_zbr\wpan\cpp\p802_15_4sscs.h (7542, 2004-11-16)
wpan_zbr\wpan\cpp\p802_15_4timer.cc (9038, 2004-11-16)
wpan_zbr\wpan\cpp\p802_15_4timer.h (6723, 2004-11-16)
wpan_zbr\wpan\cpp\p802_15_4trace.cc (7118, 2004-11-16)
wpan_zbr\wpan\cpp\p802_15_4trace.h (3814, 2004-11-16)
wpan_zbr\wpan\cpp\p802_15_4transac.cc (11630, 2004-11-16)
wpan_zbr\wpan\cpp\p802_15_4transac.h (5450, 2004-11-16)
wpan_zbr\wpan\demo\wpan_demo1.scn (2562, 2004-11-16)
wpan_zbr\wpan\demo\wpan_demo1.tcl (10065, 2008-05-14)
wpan_zbr\wpan\demo\wpan_demo2.scn (425, 2004-11-16)
wpan_zbr\wpan\demo\wpan_demo2.tcl (9695, 2008-05-11)
wpan_zbr\wpan\demo\wpan_demo3.scn (875, 2004-11-16)
wpan_zbr\wpan\demo\wpan_demo3.tcl (9705, 2004-11-16)
wpan_zbr\wpan\demo\wpan_demo4.scn (1472, 2004-11-16)
wpan_zbr\wpan\demo\wpan_demo4.tcl (12724, 2008-04-08)
wpan_zbr\wpan\demo\wpan_demo4_m.tcl (12341, 2004-11-16)
wpan_zbr\wpan\demo\wpan_demo4_p.tcl (12193, 2004-11-16)
wpan_zbr\wpan\demo\wpan_demo4b.tcl (11995, 2004-11-16)
wpan_zbr\wpan\demo\wpan_demo4b_m.tcl (11968, 2004-11-16)
... ...

>>> The release includes: * 802.15.4 (release v1.1) * ZigBee routing >>> Platforms supported ns2 version: 2.26 and 2.27 OS: Linux, Sun Solaris and FreeBSD >>> Installation 1) Unpack the tarball by entering tar -xzvf wpan11_zbr.tar.gz and the following directories will be automatically created: wpan_zbr ---- wpan ---- cpp | |-- demo | |-- nam | |-- tcl | |-- trace | |-- update |--- zbr ---- aodv |-- zbr Note: If you have problems with the above tar command, you can try to unpack the tarball by using gunzip wpan11_zbr.tar.gz and then tar vxf wpan11_zbr.tar 2) Execute (under 'wpan_zbr') ./install >>> Testing Test the simulator by executing (under 'demo'): 1) demo1: AODV ns wpan_demo1.tcl // default traffic: ftp ns wpan_demo1.tcl -traffic cbr // use cbr traffic ns wpan_demo1.tcl -traffic poisson // use poisson traffic 2) demo2: AODV/Star/beacon enabled ns wpan_demo2.tcl // default traffic: ftp ns wpan_demo2.tcl -traffic cbr // use cbr traffic ns wpan_demo2.tcl -traffic poisson // use poisson traffic 3) demo3: AODV/Peer-to-Peer/beacon enabled ns wpan_demo3.tcl // default traffic: ftp ns wpan_demo3.tcl -traffic cbr // use cbr traffic ns wpan_demo3.tcl -traffic poisson // use poisson traffic 4) demo4: ZigBee routing(ZBR)/Peer-to-Peer/beacon enabled (a) mixture of RN+ and RN- (11 RN+, 10 RN-) ns wpan_demo4.tcl // default traffic: mix (cbr + poisson) ns wpan_demo4.tcl -traffic ftp // use ftp traffic ns wpan_demo4.tcl -traffic cbr // use cbr traffic ns wpan_demo4.tcl -traffic poisson // use poisson traffic (b) all RN+ (replace wpan_demo4.tcl with wpan_demo4_p.tcl in (a)) (c) all RN- (replace wpan_demo4.tcl with wpan_demo4_m.tcl in (a)) 5) demo5: ZigBee routing(ZBR)/Peer-to-Peer/beacon enabled (replace wpan_demo4.tcl with wpan_demo5.tcl in 4)(a)) Note: For release not including ZigBee routing, demo4 and demo5 will run AODV instead of ZBR. >>> Uninstallation To uninstall, execute (under 'wpan_zbr'): ./install -u >>> The available commands (accessible through Tcl) are listed in the file COMMAND and some brief help information can be found in the file WPAN_ZBR_pub.pdf >>> Please report bugs to: Jianliang Zheng (zheng@ee.ccny.cuny.edu) Myung J. Lee (lee@ccny.cuny.edu) Yong Liu (yliu@ee.ccny.cuny.edu) (ZigBee routing) Chunhui Zhu (zhuc@ee.ccny.cuny.edu) (ZigBee routing)

近期下载者

相关文件


收藏者