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

通讯编程

开发平台:

Visual C++

  1. This is a quick readme file for an early version of the topology generator,
  2. running with the GAtech itm generator.
  3. Getting the files and packages:
  4. - get the GT-ITM package for topology generation from GAtech:
  5. directly from:
  6. http://www.cc.gatech.edu/fac/Ellen.Zegura/graphs.html
  7. then go to 'Software' and click on GT-ITM,
  8. or go thru the vint web pages:
  9. http://www-mash.cs.berkeley.edu/ns/ns-topogen.html
  10. - get the conversion program 'sgb2ns' from
  11. http://www-mash.cs.berkeley.edu/ns/ns-topogen.html
  12. go to 'Conversion of GT-ITM output to ns-2 format
  13. - add itm and sgb2ns to your path
  14. - get files topo-gen.tcl, topo-view.tcl, topo-gen-script.tcl
  15. topo-gen.tcl: provides an API for the topology generator
  16. topo-view.tcl: to view the topology using nam after generation
  17. and before actual simulation
  18. topo-gen-script.tcl: an example of using the functions provided 
  19. by the above 2 files
  20. you're ready to go... ! run topo-gen-script.tcl and view the output 
  21. topologies [nam may not do a good job in viewing large and complex 
  22. topologies... see what you think !].
  23. If you want more help on how to use the 'topology' proc in topo-gen.tcl, run 
  24. ns, source topo-gen.tcl, then type 'topology -h' and follow instructions.
  25. date: 5/23/98, Ahmed Helmy, ahelmy@usc.edu