Re: [ns] vanet simulation

2011-08-03 Thread Zeinab Rezaiefar

hi friend
we use these for simulate vehicule movment and this paper help you understand 
better. I hope it is helpful.
what protocol are you simulating for vanet and manet?
do you work with maodv or aodv?
best regard  

From: umair ahmed meetuas...@yahoo.com
To: googlens2 ns-us...@googlegroups.com; nsusers ns-users@ISI.EDU
Sent: Saturday, July 30, 2011 11:18 PM
Subject: [ns] vanet simulation


Hi ,I completed my manet simulation in ns2,now I wanna do it for vanet .What is 
the difference between the two?I'm simulating routing protocols in both,I know 
there are many tools for vanet ,like vanetmobsim, and sumo but what exactly 
they do ? I mean why exactly do I need them ,can anybody help me withs sample 
scripts or something.

Re: [ns] awk fille for calculating pdr, avg end to end delay, and throughput

2011-08-03 Thread Teerawat@UBC

HI Sumit,

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. Please look at new wireless 
trace format at the link below:

http://nsnam.isi.edu/nsnam/index.php/NS-2_Trace_Formats#New_Wireless_Trace_Formats


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 Jul 28, 2011, at 6:52 PM, sumit singh wrote:

 
 Hey, Please anybody send me the awk file for calculating average end to end
 delay, throughput and packet delivery ratio for analyzing dsr trace file.
 I have downloaded some awk files from internet but it show segmentation
 fault with dsr trace file. But it works fine with AODV trace file.
 thanxs  in advance.
 
 -- 
 with regards,
 Sumit Kumar Singh.
 




[ns] debugging tcl scripts

2011-08-03 Thread shwta jain

Hi all,

I want to debug  tcl scripts which is given in
(nsallinone-2.34/ns-2.34/tcl/ex)directory with gdb debugger.

What is the procedure.

Plz help me.it is urgent

 

Regards,

Shweta Jain,

 



[ns] reduce trace file

2011-08-03 Thread Zeinab Rezaiefar

hi friend
I run maodv script but in trace file I can't see REPLY massage. i think because 
it is huge file and there is no space 
any one know how to reduce trace file for example how to see nodes that send 
reply massage?
any help will be appreciate.
 
best regard
Zeinab Rezaiefar 


[ns] trace-queue start time

2011-08-03 Thread Darshana Pathak

Hi,

I am using trace-queue method to log traces. As I have considerable large
traffic load, my output trace file is very big. I tried using gzip to
compress output file, but still its large.

I don't need traces for first 10 minutes of simulation. If it is possible to
specify the start time for trace logging, I can reduce the size of my output
trace file.

Is it possible to specify start-time for trace-queue? By doing this, I can
start simulation at time t min, but start tracing events at (t + 10) min.

Thank you for help.

Darshana