List of Topics:
Research Breakthrough Possible @S-Logix pro@slogix.in

Office Address

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