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

通讯编程

开发平台:

Visual C++

  1. # $Header: /cvsroot/nsnam/ns-2/indep-utils/cmu-scen-gen/README,v 1.3 1999/08/12 21:37:32 haldar Exp $
  2. ********** README for using CMU's connection pattern **************
  3.             ************** file generators ************
  4. A. Connection pattern file generator
  5. -------------------------------------
  6. Directory:
  7. ~ns/indep-utils/cmu-scen-gen
  8. Files:
  9. cbrgen.tcl -- for generating CBR connections
  10. & for generating TCP connections
  11. Method:
  12. to create CBR/TCP connecions, run
  13. ns cbrgen.tcl [-type cbr|tcp] [-nn nodes] [-seed seed] [-mc connections]
  14. [-rate rate]
  15. For example ,
  16. ns cbrgen.tcl -type cbr -nn 10 -seed 1 -mc 8 -rate 4
  17. OR
  18. ns cbrgen.tcl -type tcp -nn 25 -seed 0 -mc 20
  19. note: You will need to pipe the outputs from above to a cbr-* or a tcp-*
  20. output file.