wpan

所属分类:网络
开发工具:Visual C++
文件大小:485KB
下载次数:266
上传日期:2008-02-22 10:50:45
上 传 者amei
说明:  802.15.4 mac 协议源程序,适合于ns2环境
(802.15.4 mac protocol source code for the environment in ns2)

文件列表:
wpan11\wpan_zbr\COMMAND (1585, 2004-11-16)
wpan11\wpan_zbr\WPAN_ZBR_pub.pdf (213689, 2004-11-16)
wpan11\wpan_zbr\install (11177, 2004-11-16)
wpan11\wpan_zbr\wpan\cpp\p802_15_4const.h (6933, 2004-11-16)
wpan11\wpan_zbr\wpan\cpp\p802_15_4csmaca.cc (16319, 2004-11-16)
wpan11\wpan_zbr\wpan\cpp\p802_15_4csmaca.h (3962, 2004-11-16)
wpan11\wpan_zbr\wpan\cpp\p802_15_4def.h (3711, 2004-11-16)
wpan11\wpan_zbr\wpan\cpp\p802_15_4fail.cc (5290, 2004-11-16)
wpan11\wpan_zbr\wpan\cpp\p802_15_4fail.h (3604, 2004-11-16)
wpan11\wpan_zbr\wpan\cpp\p802_15_4field.h (13682, 2004-11-16)
wpan11\wpan_zbr\wpan\cpp\p802_15_4hlist.cc (5056, 2004-11-16)
wpan11\wpan_zbr\wpan\cpp\p802_15_4hlist.h (3595, 2004-11-16)
wpan11\wpan_zbr\wpan\cpp\p802_15_4mac.cc (181941, 2004-11-16)
wpan11\wpan_zbr\wpan\cpp\p802_15_4mac.h (26541, 2004-11-16)
wpan11\wpan_zbr\wpan\cpp\p802_15_4nam.cc (13192, 2004-11-16)
wpan11\wpan_zbr\wpan\cpp\p802_15_4nam.h (5370, 2004-11-16)
wpan11\wpan_zbr\wpan\cpp\p802_15_4phy.cc (25179, 2004-11-16)
wpan11\wpan_zbr\wpan\cpp\p802_15_4phy.h (5932, 2004-11-16)
wpan11\wpan_zbr\wpan\cpp\p802_15_4pkt.h (7997, 2004-11-16)
wpan11\wpan_zbr\wpan\cpp\p802_15_4sscs.cc (31036, 2004-11-16)
wpan11\wpan_zbr\wpan\cpp\p802_15_4sscs.h (7544, 2004-11-16)
wpan11\wpan_zbr\wpan\cpp\p802_15_4timer.cc (9038, 2004-11-16)
wpan11\wpan_zbr\wpan\cpp\p802_15_4timer.h (6723, 2004-11-16)
wpan11\wpan_zbr\wpan\cpp\p802_15_4trace_backup.cc (7118, 2004-11-16)
wpan11\wpan_zbr\wpan\cpp\p802_15_4trace.h (3814, 2004-11-16)
wpan11\wpan_zbr\wpan\cpp\p802_15_4transac.cc (11630, 2004-11-16)
wpan11\wpan_zbr\wpan\cpp\p802_15_4transac.h (5450, 2004-11-16)
wpan11\wpan_zbr\wpan\cpp\p802_15_4trace.cc (7238, 2004-11-16)
wpan11\wpan_zbr\wpan\demo\wpan_demo1.scn (2562, 2004-11-16)
wpan11\wpan_zbr\wpan\demo\wpan_demo1.tcl (9803, 2004-11-16)
wpan11\wpan_zbr\wpan\demo\wpan_demo2.scn (425, 2004-11-16)
wpan11\wpan_zbr\wpan\demo\wpan_demo2.tcl (9437, 2004-11-16)
wpan11\wpan_zbr\wpan\demo\wpan_demo3.scn (875, 2004-11-16)
wpan11\wpan_zbr\wpan\demo\wpan_demo3.tcl (9705, 2004-11-16)
wpan11\wpan_zbr\wpan\demo\wpan_demo4.scn (1472, 2004-11-16)
wpan11\wpan_zbr\wpan\demo\wpan_demo4.tcl (12407, 2008-02-21)
wpan11\wpan_zbr\wpan\demo\wpan_demo4_m.tcl (12341, 2004-11-16)
wpan11\wpan_zbr\wpan\demo\wpan_demo4_p.tcl (12193, 2004-11-16)
wpan11\wpan_zbr\wpan\demo\wpan_demo4b.tcl (11995, 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)

近期下载者

相关文件


收藏者