[ns] Packet scheduling algorithms directory location in ns2

2007-03-30 Thread Zubair Mehmood
hi ... hope you all will be at quiet ease. there are some built in programs of Packet scheduling algorithms in ns2 like wfq, fifo, pq , etc. can any one tell me about the directory in which these programs are kept. thanks in advance Send instant messages to your online friends http://uk.messenge

Re: [ns] Hello messages

2007-03-30 Thread guzinu
hello mechanism isn't active by default. because of the following sentences in aodv.cc file. #ifndef AODV_LINK_LAYER_DETECTION htimer.handle((Event*) 0); ntimer.handle((Event*) 0); #endif Guzin ULUTAS (CEng) >> > > Hi, > Sombody can tell me if hello messages mechanism is active in

[ns] manet simulation in ns-2 with scen-gen

2007-03-30 Thread super.ismiti
Hi, I want to simulate a mobile ad-hoc network using the ns-2. Well I have some questions, that I didn't find in the internet... First, how can I use the scen-gen. Only the help of this tool don't say too much things... I don't know how must I use the files that I made with this tool. Where coul

[ns] have anyone get a perl file caculate out.tr tcp throughput?

2007-03-30 Thread john unkle
have anyone get a perl file caculate out.tr tcp throughput? many thx. _ Messenger 的 PC - to - PC 直接對話功能,跟海外親友免費講長途電話,慳錢方便 — Messenger PC - to - PC 直接對話 http://get.live.com/messenger/features

[ns] Problems with Nam

2007-03-30 Thread Raka Bal
Hi, I am student doing research on wireless sensor network. I have installed ns-allinone-2.29. but still can't get the nam working . when i go into directory where nam is installed. C:\ns-allinone-2.29\nam-1.11 and try to run by using command ns nam.exe in cygwin, gives me following errors invali

Re: [ns] cannot single-step ns-2 with gdb although debugging symbols are included

2007-03-30 Thread Timo Reimann
Matthias Kuhnert wrote: > Did you compile the ns2 with the flag -g ? I set "--enable-debug" during configure and also tried explicitly adding "-g" to CCOPT. Neither made a difference concerning gdb step'ing. > Another thing is the initialisation phase - Perhaps you should search for > another p

[ns] Problem with a flooding operation

2007-03-30 Thread Augusto Neto
Dear All, I have a problem while trying to send some response packets in my agent implementation. First of all, my protocol floods the network topology for acquiring all the paths (set of nodes involved in transmissions) within a network topology. The first agent sends a packet in all lo

Re: [ns] cannot single-step ns-2 with gdb although debugging symbols are included

2007-03-30 Thread Timo Reimann
Sorry for messing things up. Timo Reimann wrote: > Despite many attempts of doing this, gdb keeps refusing to decent into > function calls using the "step" command but just rushes to the end of the > program. I've searched for answers to this problem in the mailing-list > archives which basicall

Re: [ns] cannot single-step ns-2 with gdb although debugging symbols are included

2007-03-30 Thread Timo Reimann
Timo Reimann wrote: > > Hi all, > > in order to get to know better how things in ns-2 work and where to start > placing my own implementation, I'd like to use gdb and the tcl debugger > and step through the initialisation process of ns-2 one by one. > > Despite many attempts of doing this, gdb kee

[ns] What do "undefined reference" mean?

2007-03-30 Thread paolalonetti
HI, do anyone know what undefined referce means? I've look for all includes and method declarations and it's all ok, so why this error? Thanks in advance Paola -- Passa a Infostrada. ADSL e Telefono senza limiti e senza canone Telecom http://c

[ns] urgent node Id

2007-03-30 Thread Girma Kassa
Hi all, I am working on ns2 and faced a problem in identifying the node. i.e I want to know the id of the node in C++. to make more clear. When I am sending a packet, I want keep the node id of the source and the destination need to evaluate the node id before processing the message. So any one w