[ns] Instalation problem for NS-allinone-2.1b5

2007-05-24 Thread Saurav Chakraborty
Hello Every body today I tried to install ns-allinone-2.1b5 in fedora core 2, but the following error turns up when i try to run the install script. Please help me.I have pasted the output when the install script is run [EMAIL PROTECTED] ns-allinone-2.1b5]# ./install loading cache ./config.cache

[ns] How to distinct classifiers?

2007-05-24 Thread Alexandre Malhão
Hi! When I create 4 nodes I also create 4 classifiers. My quastion is, how can I distinct them? Is there any id associated? Regards, Alex

Re: [ns] Connect agents dynamically

2007-05-24 Thread Timo Reimann
[EMAIL PROTECTED] wrote: > The agent.h file defines the argument to connect as nsaddr_t and not > ns_addr_t. (My ns version is ns-2.30) Same here, I'm using 2.30 as well. You need to change the definition/declaration to ns_addr_t. > And i need to dynamically connect src agent to dst agent, and

[ns] undefined reference error

2007-05-24 Thread Girma Kassa
Hi all, I wrote a new agent and tried to make it. But it give me error like this trace/cmu-trace.o(.gnu.linkonce.t._ZN10 mipbu_hdr6accessEPK6Packet[mipbu_hdr::access(Packet const*)]+0x7): In function `hdr_mipbu::access(Packet const*)': cmu-trace.cc: undefined reference to `mipbu_hdr::offset_'

Re: [ns] possible C++ binded variable type

2007-05-24 Thread Timo Reimann
Ramzi Tka wrote: > I would like to know which are the possible types of variables that we > could > bind to tcl variables? I'm considering pointer-typed C++ variable. > kind regards, Look it up in the manual. Pointers are not supported IIRC. --Timo

Re: [ns] Connect agents dynamically

2007-05-24 Thread ovsbharath
Thank you Timo for your reply. Some more querries... The agent.h file defines the argument to connect as nsaddr_t and not ns_addr_t. (My ns version is ns-2.30) And i need to dynamically connect src agent to dst agent, and not agent to node (which is what i think i was doing). i.e i need to per

[ns] How to get Tcl object from C++ classes

2007-05-24 Thread Ramzi Tka
Hi all, Let's suppose that in the mac layer we have the following member "m" (pointer on a class of type XXX): XXX * m; I developped a new agent attached to the same node than this mac and I would like to call functions of the class XXX from tcl code. How could I do this. I would like to have

[ns] possible C++ binded variable type

2007-05-24 Thread Ramzi Tka
Hi all, I would like to know which are the possible types of variables that we could bind to tcl variables? I'm considering pointer-typed C++ variable. kind regards, Ramzi

[ns] troubles with SEND packet

2007-05-24 Thread angel
Hello everybody, I have this problem, when i try to send a packet a got an error. So i do this: $ns at 1.0 "$app12 send 100 \bs"$app21 app-recv 100\bs"" $ns run but i got this error messagge: extra characters after close-quote while executing "$ns at 1.0 "$app12 send 100 \bs"$app21 app-rec

[ns] Help need!

2007-05-24 Thread barbara battisti
Hello everybody! I would like to implement in a simulation the implementation of two different wireless networks. I would like to send data from a mobile node in the first network, for example a 802.11 network, to a mobile node in the second network, for example a WiMax network. How can I spe

[ns] Multi Point Relay flooding source code

2007-05-24 Thread Vassilis Lekakis
Dear Ns-user I 'm wondering if anybody knows where I can find the source code of MPR flooding. MPR is the flooding part of OLSR, but i believe that might be available a standalone version of the source. I wrote to the authors of the relatives publications but the don't answer so... any feedback w