Research breakthrough possible @S-Logix pro@slogix.in

Office Address

  • 2nd Floor, #7a, High School Road, Secretariat Colony Ambattur, Chennai-600053 (Landmark: SRM School) Tamil Nadu, India
  • pro@slogix.in
  • +91- 81240 01111

Social List

How to use scenario file for traffic generation in NS2?

  • Execute the following command in this path creates the scenario file for traffic:

    ns~\ indep-utils\cmu-scen-gen

  • Traffic using tcp agent

    ns cbrgen.tcl -type tcp -nn 25 -seed 0.0 -mc 8 > tcp-25-test

  • Traffic using udp agent

    ns cbrgen.tcl -type udp -nn 25 -seed 0.0 -mc 8 > udp-25-test