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

通讯编程

开发平台:

Visual C++

  1. #
  2. # nodes: 5, max conn: 1, send rate: 2.0, seed: 1
  3. #
  4. #
  5. # 2 connecting to 3 at time 82.557023746220864
  6. #
  7. set udp_(0) [new Agent/UDP]
  8. $ns_ attach-agent $node_(2) $udp_(0)
  9. set null_(0) [new Agent/Null]
  10. $ns_ attach-agent $node_(3) $null_(0)
  11. set cbr_(0) [new Application/Traffic/CBR]
  12. $cbr_(0) set packetSize_ 512
  13. $cbr_(0) set interval_ 2.0
  14. $cbr_(0) set random_ 1
  15. $cbr_(0) set maxpkts_ 10000
  16. $cbr_(0) attach-agent $udp_(0)
  17. $ns_ connect $udp_(0) $null_(0)
  18. $ns_ at 82.557023746220864 "$cbr_(0) start"
  19. $ns_ at 492.557023746220864 "$cbr_(0) stop"
  20. #Total sources/connections: 1/1
  21. #