[ns] help LAR and DREAM code

2007-05-23 Thread wll269
Hello all, I am doing research related to Geographic routing protocols in ad hoc.Does anyone have the simulation code for DREAM and LAR ? Can you send to me?Thanks ! lingling

[ns] mipv6 on ns-2.28 or on higher version of ns-2

2007-05-23 Thread pankaj kumar
Hi all ns users Is it possible to run Mobile IPv6 on ns-allinone-2.28 or on higher version of ns2. ? If anybody know , please help thanks in advance, thanks and regards, pankaj kumar

[ns] CBQ link failure

2007-05-23 Thread rafieenezhad
Hi all I want to simulate rerouting with MNS_v2.0 after link failure.When I use DropTail links and I use er-lsp(explicit-routing) to create LSPs then I haven't any problem and I can reroute The LSPs. But when I use CBQ links and cr-lsp(constraint-routing) I have problem.When the link becomes

[ns] Connect agents dynamically

2007-05-23 Thread ovsbharath
Hi, I need to connect agents dynamically for my purpose, so i have changed the agent.cc code as suggested by the comments in it. /* This function is a placeholder in case applications want to dynamically * connect to agents (presently, must be done at configuration time). */ void

Re: [ns] Connect agents dynamically

2007-05-23 Thread Timo Reimann
[EMAIL PROTECTED] wrote: I need to connect agents dynamically for my purpose, so i have changed the agent.cc code as suggested by the comments in it. /* This function is a placeholder in case applications want to dynamically * connect to agents (presently, must be done at configuration

[ns] script (tcl) that descrips actualy(reality)topology, Ad Hoc wireless network

2007-05-23 Thread srrrOMY
HeLLo :) :) Are there any files script (tcl) that descrips actualy(reality)topology or nearly to reality in Ad Hoc wireless network? I want some senario script to make evaluation on these add hoc prorocol : AODV , DSDV , DSR Thanks for all :)

[ns] What is the effect of $udp set packetSize_ - it do anything?

2007-05-23 Thread Tiago Junqueira
Hi, When i use iperf, i can create a dataflow with a certain Udp packets size. So i'm sure that the total udp packet will have that size, and the real final size will have plus the header of IP and of MAC. But what will be the Final size of the packets, If you have the following piece of code: ##

[ns] Tracing C++ Variables in Tcl

2007-05-23 Thread Karim Mattar
Hi, I have a question about tracing a C++ variable from tcl. I would like to trace the v_baseRTT_ variable for TCP vegas. How do I go about doing that? I tried binding the variable in tcp.cc by doing: bind(v_baseRTT_, v_baseRTT_); I then tried to log v_baseRTT_ from tcl by doing: set base_rtt