[ns] installation problem of ns-2.1b3

2005-12-21 Thread jaya y
hai, i'm using Fedora core 3 .When installing ns-allinone-2.1b3 it reports following problem. cc -c -O -I./../generic -I. -DHAVE_GETCWD=1 -DHAVE_UNISTD_H=1 -DUSE_TERMIOS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_TM_ZONE=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEZONE_VAR=1 -DHAVE_ST_BLKSIZ

[ns] distCST_ size

2005-12-21 Thread Adam Hunt
Dear all, I am working with a simple wireless model and have a query about the distCST_ value that is displayed when the file is run. Using TwoRayGround propagation it is 550. This makes sense. But using shadowing propagation the number is huge (about 300 digits before the decimal point!). How

[ns] Problems installing NS2.29.2 all in one on Kubunto linux

2005-12-21 Thread Qasim Raza Iqbal
Dear All I am having a problem installing Ns2 all-in-one-2.29.2 on kubunto linux with KDE destop. I get the following error message home/iqbalqr/ns-allinone-2.29/tk8.4.11/generic/tkInt.h:674: error: syntax error before "Display" /home/iqbalqr/ns-allinone-2.29/tk8.4.11/generic/tkInt.h:674: warnin

[ns] how to use PriQueue

2005-12-21 Thread Kamal Gakhar
Can anyone provide a link OR an example on how to use PriQueue (Priority Queueing)? What should be done more in addition to specify DropTail/PriQueue while setting up a link? As I suppose I need to set-up some parameters for settiing priorities for different traffic types, Do I..?? How can I do it

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 > Subject: Re: [ns] [NS] Problem t

Re: [ns] Problems using DSR

2005-12-21 Thread Pedro Vale Estrela
Use ddd to debug the code and understand what fails http://inesc-0.tagus.ist.utl.pt/~pmsrve/ns2/ns2_debugging.html#_Toc122255042 > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf > Of David Carter > Sent: sábado, 17 de Dezembro de 2005 12:14 > To:

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

2005-12-21 Thread Olivier Berho
thanks for your answers, I just have seen that the error I was talking about is not important for the re-compilation of NS, and we don't have to take care about it. Pedro Vale Estrela a écrit : >When having problems, one should always do > >"make clean; make depend; make" > > > > >>-O

Re: [ns] Energy used in transmitting 1KB of data to another peer node

2005-12-21 Thread Anup Mayank
Hi Shahram, Thanks for the email. However i am more interested in understanding energy issues at application layer. Lets say there are two nodes n1 and n2 in a wireless mobile environment. An FTP agent attache on n1 is sending a file of 1KB to n2. I want to know how much energy was used by n1 in

[ns] Dropping packets in the queue

2005-12-21 Thread Laercio Júnior
Hello, I am changing link layer, implemented in ~ns/mac/ll.{h, cc}, to give support for header compression. It occurs a strange thing as I change the code to drop packets that doesn't have any context saved in the node. Instead of dropping just the packet passed by parameter into the link layer,

[ns] some problem about the packet arrivals in NS-2

2005-12-21 Thread Hailun Tan
Hi, All: I am implementing some routing protocol in network layer. I check the source code and find out that when the packet arrives the desired destination, it was received "immediately" by the application layer of the destination. it did not invoke the recv method in the routing agent, whic

[ns] some problem about the packet arrivals in NS-2

2005-12-21 Thread Hailun Tan
Hi, All: I am implementing some routing protocol in network layer. I check the source code and find out that when the packet arrives the desired destination, it was received "immediately" by the application layer of the destination. it did not invoke the recv method in the routing agent, whic

[ns] simple qtn on bind function

2005-12-21 Thread deepak
Hi all, Here's a qtn on bind method in ns2. I have a baseclass & 2 derived classes( different type of nodes : edgenode & corenode ). Baseclass has a instance variable (ptime) that both the subclasses use. But there is a bind function in the subclass as well as in the base class(?). I

[ns] lost pkts and installation of gt-itm

2005-12-21 Thread cp kothari
I ahve following doubts regarding ns2 1. while simulating manet in ns2.28, what coulbd be the reasons for heave lost pkts i.e of the order ~1000 pkts out of total ~5000 pkts sent? 2. how to install gt-itm and sgb2ns . i have tried all the possible ways given on the net and help files of gt-i