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

通讯编程

开发平台:

Visual C++

  1. # To run the simulations in the paper "Modeling Wireless Links for
  2. # Transport Protocols",
  3. # "http://www.cs.helsinki.fi/u/gurtov/papers/mtp.html":
  4. ./runall.cmd xgraph
  5. # To run the simulations in the supporting tech report:
  6. ./runall-tf.cmd xgraph
  7. #################################################################3
  8. # To update:
  9. set D=~/papers/models/src/mtp
  10. cp $D/mtp.tcl .
  11. cp $D/web.tcl .
  12. cp $D/pingplot.cmd .
  13. cp $D/runall.cmd .
  14. cp $D/runall-tr.cmd .
  15. cp $D/timeseq.cmd .
  16. cp $D/xg2gp.awk .
  17. cp $D/plot.xgr .
  18. # Update NS in runall.cmd and runall-tr.cmd:
  19. NS=${NS:-../../../ns}
  20. # Update RAW2XG and GETRC in mtp.tcl:
  21. set GETRC "../../../bin/getrc"
  22. set RAW2XG "../../../bin/raw2xg"