[ns] Calculate TCP/UDP throughput in mobile/wireless/ad hoc network?

2012-03-26 Thread rajendra

Please send me a tcl script for calculating throughput



Re: [ns] Calculate TCP/UDP throughput in mobile/wireless/ad hoc network?

2012-03-26 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

Best Wishes,

Teerawat Issariyakul
http://www.ns2ultimate.com/
http://www.facebook.com/pages/Teerawat-Issariyakul/358240861417
http://twitter.com/T_Bear
http://www.t-issariyakul.blogspot.com
http://www.ece.ubc.ca/~teerawat



On Apr 5, 2012, at 7:10 PM, rajendra wrote:

 
 Please send me a tcl script for calculating throughput
 




[ns] Calculate TCP/UDP throughput in mobile/wireless/ad hoc network?

2011-05-26 Thread Velizar Dimitrov

Hey guys!

Newbie to ns-2 here!
I have some old-format wireless trace file and I need to calculate the
throughput!
How can I achieve this?
If I set the source agent to send the data too fast, drops will occur!
If I set the rate too low, no drops will occur!

Do I filter only the received at the destination packets, sum up
their sizes and divide by the time period?
What are the principles of testing the throughput in a (mobile)
wireless/ad hoc network?
What's the general idea/concept/algorithm? I will eventually implement
it in some script.

Regards