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

通讯编程

开发平台:

Visual C++

  1. # $Header: /cvsroot/nsnam/ns-2/indep-utils/cmu-scen-gen/setdest/README,v 1.4 2003/12/15 23:30:42 haldar Exp $
  2. ********** README for using CMU's node-movement **************
  3.             ************** file generators ************
  4. A.scenario or node-movement file generator
  5. ---------------------------
  6. Directory:
  7. ~ns/indep-utils/cmu-scen-gen/setdest
  8. Files:
  9. Makefile
  10. setdest.h setdest.cc
  11. make-scen.csh
  12. Steps for creating scenario files for mobility simulations :
  13. 1. Go to ns directory and run "configure" (you probably have done that
  14. already while building ns). This creates a makefile for setdest. 
  15. 2.Go to indep-utils/cmu-scen-gen/setdest. Run "make" , which first creates
  16. a stand-alone object file for ~ns/rng.cc (the stand-alone version doesnot
  17. use Tclcl libs) and then creates the executable setdest. 
  18. 3. Run setdest with arguments as shown below: ./setdest [-v version of setdest; 1 for original 1999 CMU version or 2 for modified 2003 U.Michigan version ] [-n num_of_nodes] [-p pausetime] [-s maxspeed] [-t simtime] [-x maxx] [-y maxy] > [outdir/movement-file]
  19.  
  20. Example: ./setdest -v 1 -n 20 -p 2.0 -s 10.0 -t 200 -x 500 -y 500 >
  21. scen-20-test
  22. and the output will be written in a file called scen-20-test.
  23. 4a. OR run make-scen.csh to generate multiple scenario files.