Re: [ns] From where Connector::drop_ is initialized .?

2012-04-01 Thread Teerawat@UBC
Hi Pathik, If you'd like to learn about packet forwarding mechanism in NS2, please read http://www.ns2ultimate.com/post/9620995373/packet-forwarding-mechanism-in-ns2-main-post You will find the answer you need in the final post of this series. Best Wishes, Teerawat Issariyakul http://www.ns2u

[ns] awk script for Tora old trace file

2012-04-01 Thread smita singh
hi, I am simulating Tora protocol and using old trace file format,i want awk script to calculate packet delivery ratio,end to end delay number of dropped packets and normalized routing load.If anyone is having pls help me its very urgent.plss help me. Regards Smita Singh email id- smi12

[ns] how to use awk script

2012-04-01 Thread robin turna
hii am using awk script to calculate throughput for dsr protocol, however when i add this to tcl script i generates error : invalid command name awk.. can anybody help me regarding this. with regardsrobinrobin_tu...@yahoo.com

Re: [ns] awk script for Tora old trace file

2012-04-01 Thread Teerawat@UBC
HI, If you are interested in learning how tracing works in NS2, please read http://www.ns2ultimate.com/post/3995318343/post-processing-ns2-result-using-ns2-trace-main-post The above posts are based on the normal trace. If you are interested in wireless trace you might have to modify it a bit.