[ns] Implementing flooding routing protocol (my own version)‏

2011-05-01 Thread Aayushi Shashi
.. NODE _0_ ALWAYS ACCEPTS, NEVER DROPS! WHAT'S WRONG Please help!!! Aayushi Shashi.

[ns] Modify cbr traffic

2011-05-17 Thread Aayushi Shashi
Hi everybody, I'm trying to implement a geocast protocol for manets. I need to send traffic for a geographic region. I mean, I'd like to do this: set cbr_(0) [new Application/Traffic/CBR] $cbr_(0) set packetSize_ 512 $cbr_(0) set interval_ 0.1 $cbr_(0) set random_ 2112 $cbr_(0) set

[ns] CBR traffic

2011-05-22 Thread Aayushi Shashi
Hi! Good morning. Do you know where the cbr traffic agent is implemented ?? and how to modify it to add one field in its header??? Thank you very much!!

[ns] Attatch more than one routing agent in nodes

2011-05-27 Thread Aayushi Shashi
Hi, I'm trying to attach two routing protocols in one node: I have tried this code (Monarch Project) Class MyNODE -superclass Node/MobileNode MyNODE instproc init {args} { global opt ns_ tracefd RouterTrace $self instvar rtr_agent_ second_agent_ first_agent_ dmux_ second_dmux_ entry_

[ns] Trace Analyzer

2011-06-23 Thread Aayushi Shashi
Hello everybody, I'm making some simulations, and i 'll need to analyze. So I have been searching trace analyzers, and I wanted to know if you could recommend some trace analyzer that calculates the total average delay. I hope you can help me. thank you!

[ns] 802.11 Data-Rate‏

2011-07-18 Thread Aayushi Shashi
Hi everybody, When using " set val(mac)Mac/802_11 ;# MAC type " what is the default data rate ? 1 Mbps? Thank you!