wpan_zbr

所属分类:3G/4G/5G开发
开发工具:Unix_Linux
文件大小:376KB
下载次数:106
上传日期:2009-12-23 15:56:49
上 传 者jiandan2637009
说明:  ns2 802.15.4 源码 和相关说明。。。。。
(ns2 802.15.4 source code and related instructions)

文件列表:
wpan_zbr\COMMAND (1585, 2004-11-16)
wpan_zbr\install (11177, 2004-11-16)
wpan_zbr\WPAN_ZBR_pub.pdf (213689, 2004-11-16)
wpan_zbr\wpan\update\ns-2.27\trace\cmu-trace.cc (38334, 2004-11-16)
wpan_zbr\wpan\update\ns-2.27\trace\cmu-trace.h (5199, 2004-11-16)
wpan_zbr\wpan\update\ns-2.27\tcl\ns-mobilenode.tcl (21752, 2004-11-16)
wpan_zbr\wpan\update\ns-2.27\tcl\ns-packet.tcl (7572, 2004-11-16)
wpan_zbr\wpan\update\ns-2.27\cpp\p802_15_4trace.cc (7238, 2004-11-16)
wpan_zbr\wpan\trace\cmu-trace.cc (35288, 2004-11-16)
wpan_zbr\wpan\tcl\ns-mobilenode.tcl (20491, 2004-11-16)
wpan_zbr\wpan\tcl\ns-packet.tcl (7559, 2004-11-16)
wpan_zbr\wpan\nam\drop.cc (6562, 2004-11-16)
wpan_zbr\wpan\nam\packet.cc (12246, 2004-11-16)
wpan_zbr\wpan\nam\parser.cc (41125, 2004-11-16)
wpan_zbr\wpan\nam\parser.h (4126, 2004-11-16)
wpan_zbr\wpan\demo\wpan_demo1.scn (2562, 2004-11-16)
wpan_zbr\wpan\demo\wpan_demo1.tcl (9803, 2004-11-16)
wpan_zbr\wpan\demo\wpan_demo2.scn (425, 2004-11-16)
wpan_zbr\wpan\demo\wpan_demo2.tcl (9437, 2004-11-16)
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 (12407, 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)
wpan_zbr\wpan\demo\wpan_demo4b_p.tcl (11796, 2004-11-16)
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_demo5.scn (5380, 2004-11-16)
wpan_zbr\wpan\demo\wpan_demo5.tcl (13189, 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)
... ...

*** NS2 simulator for 802.15.4 (release v1.1) *** ZigBee routing is now maintained by ZigBee NWK WG and no longer included in this release. >>> 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.tar.gz and the following directories will be automatically created: wpan_zbr ---- wpan ---- cpp |-- demo |-- nam |-- tcl |-- trace |-- update Note: If you have problems with the above tar command, you can try to unpack the tarball by using gunzip wpan11.tar.gz and then tar vxf wpan11.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)

近期下载者

相关文件


收藏者