Re: [ns] Large network simulation problem

2008-11-16 Thread coorasse
up -- View this message in context: http://www.nabble.com/Large-network-simulation-problem-tp20514322p20524367.html Sent from the ns-users mailing list archive at Nabble.com.

Re: [ns] Hop count script

2008-11-16 Thread coorasse
I attach an awk script that can help you if you need the same thing. http://www.nabble.com/file/p20524905/parameters-aodv.awk parameters-aodv.awk -- View this message in context: http://www.nabble.com/Hop-count-script-tp20408006p20524905.html Sent from the ns-users mailing list archive at

Re: [ns] collisions in 802.11 or interference

2008-11-16 Thread Imad Abdeljaouad
Hi all, Exactly, I know it is implemented according to the standard. I wanted to add interference and I didn't see any other way to add it other than in the MAC (where packets are received and destination address is checked). By saying collision, I mean that two packets arrive at the receiver at

Re: [ns] Fwd: Problem with trace-all in NS2

2008-11-16 Thread Waleed Tuffaha
Hello kanupriya, you have an error in proc finish {} , you didn't do 'global tracefile1' , so the following adjustments to the finish proc should make it work: proc finish {} { global ns nf *tracefile1* $ns flush-trace #Close the trace file close $tracefile1

Re: [ns] Fwd: Problem with trace-all in NS2

2008-11-16 Thread kanupriya kabra
Thanks a lot for the info. It worked! On Sun, Nov 16, 2008 at 12:20 PM, Waleed Tuffaha [EMAIL PROTECTED] wrote: Hello kanupriya, you have an error in proc finish {} , you didn't do 'global tracefile1' , so the following adjustments to the finish proc should make it work: proc finish {} {