Re: [ns] Ns-users Digest, Vol 31, Issue 1

2006-07-02 Thread lekkie omotayo
Hi guys, I tried download the latest cvs from the sourceforge CVS URL but I am behind a firewall in my school. So I need to connect tru port 443 which is a secured port only 4 developers and not anonymous users. Does anybody has a developer account to d cvs. i need to download the ns-2.29 CVS. Th

[ns] CVS password Please

2006-07-02 Thread lekkie omotayo
Hi guys, I tried download the latest cvs from the sourceforge CVS URL but I am behind a firewall in my school. So I need to connect tru port 443 which is a secured port only 4 developers and not anonymous users. Does anybody has a developer account to d cvs. i need to download the ns-2.29 CVS. T

[ns] Multiple connections to a single agent

2006-07-02 Thread Brad Montgomery
Hello All, I'm wondering if it's possible to have a single Agent connected to 2 or more other Agents. I have a topology similar to this: N2 | N0 -- N1 -- N3 -- N4 I have an agents A0, A2, A3 connected to N0, N2, N3 respectively, and I would like A0 to send a packet to A2, which woul

[ns] How to change parameter via TCL file in 802.11e TKN model

2006-07-02 Thread hirantha
Hi all, I'm using 802.11e TKN model and I just want to know the way to change the parameters (e.g. AIFS, TXOP, etc) via TCL file. I tried as follows but didn't work. $opt(ifq-bs) Prio 0 CW_MIN 31 If anyone knows the way please reply me. Thanks in advance.

Re: [ns] Wireless Simulation questions

2006-07-02 Thread Huazhi (Hank) Gong
distCST= distance of Carrier Sense Threshold /* Only to be used with mobile nodes (WirelessPhy). * NS-2 at its current state support only a flat (non 3D) movement of nodes, * so we assume antenna heights do not change for the dureation of * a simulation. * Another assumption - all nodes hav

[ns] Finding Collisions

2006-07-02 Thread Siddhartha Sankaran
Hi, I am a newbie to ns-2. I am writing a ad-hoc protocol for ns-2. I am modifying the contents of AODV. The protocol decides the route to take based on a formula involving collisions around the nodes in the route. I know how to find the collisions that have occured by looking at the trace files a

[ns] Help on obtaining the location info of a mobile node within in C++ code of routing protocol

2006-07-02 Thread Xiaolin Cheng
Dear all, I am working on an extension to AODV. I need the location information (x, y, z) of current node to which AODV routing protocol is attached. However, the location information is set in tcl script. How can I obtain this information in C++ code of AODV's implementation? Can I get it from s