Re: [ns] 2 base stations handoff scenario

2010-02-16 Thread Naga Rajan
time $now # convert bytes into Mb/s set mbw1 [expr $bw1/$time*8/100] set mbw2 [expr $bw2/$time*8/100] set mbw3 [expr $bw3/$time*8/100] set mbw4 [expr $bw4/$time*8/100] set tot [expr $mbw1 + $mbw2 + $mbw3 + $mbw4 ] puts $tot puts "NS

[ns] Broad casting

2008-02-17 Thread naga rajan
I am Nagarajan from Madras Institute of Technology. I am currently doing my final year project in NS2. I have a big hurdle in broadcasting packets in wired simulation. I have tried all possible suggestions from the forum. But yet i am unable to find the solution. I am using ns-2.32. It would be ve