Amazing technological breakthrough possible @S-Logix pro@slogix.in

Office Address

  • #5, First Floor, 4th Street Dr. Subbarayan Nagar Kodambakkam, Chennai-600 024 Landmark : Samiyar Madam
  • 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