README
上传用户:rrhhcc
上传日期:2015-12-11
资源大小:54129k
文件大小:3k
源码类别:

通讯编程

开发平台:

Visual C++

  1. *** NS2 simulator for 802.15.4 (release v1.1) ***
  2. ZigBee routing is now maintained by ZigBee NWK WG and 
  3. no longer included in this release.
  4. >>> Platforms supported
  5.     ns2 version: 2.26 and 2.27
  6.     OS: Linux, Sun Solaris and FreeBSD
  7. >>> Installation
  8.     1) Unpack the tarball by entering
  9.          tar -xzvf wpan11.tar.gz
  10.        and the following directories will be automatically created:
  11.        wpan_zbr ---- wpan ---- cpp
  12.                            |-- demo
  13.                            |-- nam
  14.                            |-- tcl
  15.                            |-- trace
  16.                            |-- update
  17.     
  18.        Note: If you have problems with the above tar command, you can try to 
  19.              unpack the tarball by using
  20.                gunzip wpan11.tar.gz
  21.              and then
  22.                tar vxf wpan11.tar
  23.     
  24.     2) Execute (under 'wpan_zbr')
  25.          ./install
  26. >>> Testing
  27.     Test the simulator by executing (under 'demo'):
  28.     1) demo1: AODV
  29.        ns wpan_demo1.tcl // default traffic: ftp
  30.        ns wpan_demo1.tcl -traffic cbr // use cbr traffic
  31.        ns wpan_demo1.tcl -traffic poisson // use poisson traffic
  32.     2) demo2: AODV/Star/beacon enabled
  33.        ns wpan_demo2.tcl // default traffic: ftp
  34.        ns wpan_demo2.tcl -traffic cbr // use cbr traffic
  35.        ns wpan_demo2.tcl -traffic poisson // use poisson traffic
  36.     3) demo3: AODV/Peer-to-Peer/beacon enabled
  37.        ns wpan_demo3.tcl // default traffic: ftp
  38.        ns wpan_demo3.tcl -traffic cbr // use cbr traffic
  39.        ns wpan_demo3.tcl -traffic poisson // use poisson traffic
  40.     4) demo4: ZigBee routing(ZBR)/Peer-to-Peer/beacon enabled
  41.        (a) mixture of RN+ and RN- (11 RN+, 10 RN-)
  42.            ns wpan_demo4.tcl // default traffic: mix (cbr + poisson)
  43.            ns wpan_demo4.tcl -traffic ftp // use ftp traffic
  44.            ns wpan_demo4.tcl -traffic cbr // use cbr traffic
  45.            ns wpan_demo4.tcl -traffic poisson // use poisson traffic
  46.        (b) all RN+
  47.            (replace wpan_demo4.tcl with wpan_demo4_p.tcl in (a))
  48.        (c) all RN-
  49.            (replace wpan_demo4.tcl with wpan_demo4_m.tcl in (a))
  50.     5) demo5: ZigBee routing(ZBR)/Peer-to-Peer/beacon enabled
  51.        (replace wpan_demo4.tcl with wpan_demo5.tcl in 4)(a))
  52.     Note: For release not including ZigBee routing, demo4 and demo5 will
  53.           run AODV instead of ZBR.
  54. >>> Uninstallation
  55.     To uninstall, execute (under 'wpan_zbr'):
  56.       ./install -u
  57. >>> The available commands (accessible through Tcl) are listed in the file COMMAND
  58.     and some brief help information can be found in the file WPAN_ZBR_pub.pdf
  59. >>> Please report bugs to:
  60.     Jianliang Zheng (zheng@ee.ccny.cuny.edu)
  61.     Myung J. Lee (lee@ccny.cuny.edu)