Re: [ns] [NS]Problem with AODV+,Please help me!

2014-09-21 Thread knudfl
> @topgun007 > awk script May be you can find a perl or awk script in "awk_scripts-05.2014.tar.bz2" ? https://drive.google.com/file/d/0B7S255p3kFXNcm9KTG84TVo2ZFE/edit?usp=sharing ... It's a package with about 75 scripts. - -- View this message in context: http://network-simulator-ns-2.769

Re: [ns] [NS]Problem with AODV+,Please help me!

2010-12-14 Thread Ghada Al-Mashaqbeh
: ns-users@ISI.EDU Sent: Mon, December 13, 2010 7:32:54 PM Subject: [ns] [NS]Problem with AODV+,Please help me! Hi I would like to simulate a wired-cum-wireless tcl scenario with the implementation of AODV+. I'm using NS-2.33 in UBUNTU 8.04. The AODV+ include all the gateway discovery method.

[ns] [NS]Problem with AODV+,Please help me!

2010-12-13 Thread huy quang
Hi I would like to simulate a wired-cum-wireless tcl scenario with the implementation of AODV+. I'm using NS-2.33 in UBUNTU 8.04. The AODV+ include all the gateway discovery method. I'm able run simulation with the *Reactive Method* but got error when I try *Hybrid* and *Proactive Gateway D

[ns] Ns problem

2010-04-25 Thread nitish patil
Sorry users I forgot to send you the warnings I am getting the following warnings warning: route to base_stn not known:dropping pkt warning: route to base_stn not known:dropping pkt warning: route to base_stn not known:dropping pkt warning: route to base_stn not known:dropping pkt warning: route

Re: [ns] ns problem

2009-03-11 Thread Teerawat Issariyakul
Hi, Basically, you are accessing the slot -1 which does not exist. I posted the details at http://t-issariyakul.blogspot.com/2009/03/no-slot-error-for-classifiers.html For more information about Classifiers, see Chapter 6 in the following book from Springer: T. Issaraiyakul and E. Hossain, "I

[ns] ns problem

2009-03-11 Thread ali bala
hi i wrote a simple example and run at ns but i see this: --- Classfier::no-slot{} default handler (tcl/lib/ns-lib.tcl) ---     _o18: no target for slot -1     _o18 type: Classifier/Hash/Dest content dump: classifier _o18     0 offset     0 shift     2147483647 mask     1

[ns] [NS] problem with the 'make' command

2006-07-16 Thread Michael Siu
Hi all, 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;

Re: [ns] [NS] Problem to access the neighbors list of mobile nodes

2005-12-21 Thread Olivier Berho
; make depend; make" > > > > >>-Original Message- >>From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf >>Of Jon de Andrés >>Sent: segunda-feira, 19 de Dezembro de 2005 1:15 >>To: ns-users@ISI.EDU >>Subject: Re: [ns] [NS] Problem to access the n

Re: [ns] [NS] Problem to access the neighbors list of mobile nodes

2005-12-21 Thread Pedro Vale Estrela
When having problems, one should always do "make clean; make depend; make" > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf > Of Jon de Andrés > Sent: segunda-feira, 19 de Dezembro de 2005 1:15 > To: ns-users@ISI.EDU > Su

Re: [ns] [NS] Problem to access the neighbors list of mobile nodes

2005-12-18 Thread Jon de Andrés
I've never used 'make depend' in order to compile ns2. The error you paste don't have any relation with aodv or the nb_delay atribute. I used the nb_delay attitrbute (double) in the neighbour class, in the aodv_rtable.h file. Because you don't use it, you must delete this line: tcl.eva

Re: [ns] [NS] Problem to access the neighbors list of mobile nodes

2005-12-18 Thread olivier berho
Hi, I tried the following code in order to access the neighbords list of a node using AODV. /**/ Code I used : Olivier, really i don't see anywhere the link between the neighbour list in C++ and the va