[ns] How to count the RREQs sent by a neighbor node?

2007-02-19 Thread Netsanet Getnet
Hello all there. Can anyone tell me how I can make a node count the RREQs coming from its neighbor node? Please get me some example code in ns-2 (C++ code actually). I intended to include a variable that holds requests coming from a neigbor, but I think I should have a Two-dim array like thin

[ns] problem with make

2007-02-19 Thread sachin dahiya
  I am new to NS. I am running NS on cygwin on Windows XP. I was trying the 'make depend' and 'make' commands to see if they are working properly. I did not make any changes to any files after i installed NS. However, I received the errors shown below while i used the 'make' command: ucb; do (

[ns] DIRECTED DIFFUSION QUESTION

2007-02-19 Thread antonis antoniou
Hi ALL, I am interested to use directed diffussion for my thesis for multipath routing. can anyone help me? some tips or guidelines? THANKS

[ns] 802.11 RETRANSMISSIONS QUESTIION

2007-02-19 Thread antonis antoniou
Hi ALL, i use ns2.29. 1. i want to change DEFAULT number of 802.11 retransmissions. 2.how can i measure retransmissions in mac 802.11 from trace file new format? Can i do it from tcl script?How? THANKS

[ns] how to see overhead of created pakets?

2007-02-19 Thread Shahatha
Hi all, I need to know wich and how many overhead is add at a Paket crearted by tha Source, and overhead at the receiver. any idea?? thank you - Jetzt Mails schnell in einem Vorschaufenster überfliegen. Dies und viel mehr

[ns] Fwd: a simple query related to trace

2007-02-19 Thread khushali shah
khushali shah <[EMAIL PROTECTED]> wrote: Date: Mon, 19 Feb 2007 09:16:03 + (GMT) From: khushali shah <[EMAIL PROTECTED]> Subject: a simple query related to trace To: ns , pedro estrela <[EMAIL PROTECTED]>, charels perkins <[EMAIL PROTECTED]>, alex hamidian <[EMAIL PROTECTED]> hi eve

[ns] Accessing IFq from Agent

2007-02-19 Thread Nick Johnson
Hi, I'm trying to access the IFq of a node from an Agent attached to it, mainly to see how many packets are waiting at this node and to extract other info from them. I call the following: PriQueue*ifqueue; ifqueue->length(); Which results in a segmentation fault, presumably becau

[ns] Integration of DiskSim into an NS-2 system simulator

2007-02-19 Thread Stijn Eeckhaut
Hi, Has anyone experience with integration of the DiskSim simulator (http://www.pdl.cmu.edu/DiskSim/) into an NS-2 based system simulator? What would be the pitfalls? Do you need to merge the timelines of the 2 simulators, or is it possible to use DiskSim as a slave of the NS-2 based system sim

[ns] link state algorithm

2007-02-19 Thread h sh
hi link state algorithm is not available in ns-manual but it is available in ns program i am want information about this please help me hanan - Want to start your own business? Learn how on Yahoo! Small Business.

[ns] [ns-users] problem in sensing range

2007-02-19 Thread Paolo Cencioni
Hi all, i need to set up the range of my wireless nodes to 2000 m. I used the propagation.cc tool, with FreeSpace as propagation and 5.9e9 as frequency value, and it returnet a threshold value of 1.15361e-12 and a Pt value of 0.281838. I set up these values in my tcl script, but when a node transm

[ns] NS2- compile error

2007-02-19 Thread Shaili Desai
Hello All What can be the fix if the following is the error with cygwin environment and Ns-2.29? checking for tk.h... -I/usr/include checking for libtk8.4... -L/usr/lib -ltk84 checking for tk.tcl... /usr/share/tk8.4 checking for otcl.h... no checking for libotcl1.11... no configure: error: otcl

[ns] Phy to MAC buffer

2007-02-19 Thread Sasan Sahraei
Hi, Where can I find / access the buffer between PHY and MAC? Is there any buffer in between MAC and PHY (upwards)? Thanks, Sasan

[ns] FHMIP in NS2.26 causes errors.. please help!

2007-02-19 Thread shayma sinan
hello ns-users, i want to use fhmip extension in ns2.26 (flat mobile IP with fast handover only) so i tried to modified fhmip, which is made to be run using ns2.1b7, to run it on ns2.26 (i am using Red hat 9 linux) i did: - follow the steps mentioned in Robert Hsieh's Corner page w

Re: [ns] Multi-interface support howto, Ramon Submission

2007-02-19 Thread Christos Gavos
In fact is not the enable-debug itself but -Wall in yout CCOPT CCOPT = -Wall On 2/20/07, Christos Gavos <[EMAIL PROTECTED]> wrote: > I believe you get these warnings because you have configure with > --enable-debug. If you try to reconfigure without debug support these > should go away. > > h

[ns] Regarding TCP-ELFN & ATCP

2007-02-19 Thread Satish B
  Hello every body, I want to know where I can find ns2 implementation of Adhoc TCP(ATCP) and TCP with ELFN(any links).Thank you