Re: [ns] scenario files

2007-03-02 Thread leandro villas
at $opt(stop).0001 "finish" for {set i 0} {$i < $opt(nn) } {incr i} {$ns_ at $opt(stop).0002 "$node_($i) reset";} # tell nam the simulation stop time$ns_ at $opt(stop).0003 "$ns_ nam-end-wireless $opt(stop)" $ns_ at $opt(stop).0004 "puts \&quo

Re: [ns] scenario files

2007-03-02 Thread Scott Ricketts
source file.scn This command is like "#include" in C, in that it just pulls the file into your script. At least that is how I use scenario files. Maybe there is a better way. Scott On 2 Mar 2007 08:52:40 -, shalini c. thilakan <[EMAIL PROTECTED]> wrote: > > what is the procedure for inclu

[ns] scenario files

2007-03-02 Thread shalini c. thilakan
what is the procedure for including scenario files in the tcl scripts for simluating wireless networks with large number of nodes(like 50-100)?please help!

[ns] Scenario Files

2006-11-08 Thread Mohammad Haseeb Zafar
Hi 1. I want to set constant speeds of 0, 1, 5, 10 and 20 m/s for set of experiments that varies the velocity for 20 sources of 50 nodes network. The packet sending rate is fixed at 10 packets / sec. I am setting the scenario file for speed of 1 m/s as ./setdest -v 1 -n 50 -p 30.0 -M 1.0 -t 80