[ns] Enabling and disabling WMN nodes at pre-determined times

2007-01-29 Thread Pragasen Mudali
Hi all, I have run my WMN simulation twice, once with the following two lines $ns_ rtmodel-at 480.0 down $node_(29) $ns_ rtmodel-at 660.0 up $node_(29) included and once without these two lines. There was no difference in the results obtained as well as the paths used by the routing protocol.

[ns] Inline network device

2007-01-29 Thread daft
Hi, I'm trying to model an inline network device which must handle all packets passing its node, and may or may not forward on the packet or change the content of the packet. So, I'm guessing I need to change the classifier of the node at which my agent resides, and get it to forward all

Re: [ns] Multi-interface support howto

2007-01-29 Thread Ramon Aguero
Hello, I already gave an answer regarding this (especially on Listings 5.3, 5.4 and 5.5. - Regarding Listing 5.1: you have to add that in the definition of the routing agent (i.e. the aodv.h file). - Regarding Listing 5.2: you have to modify the command method of the routing agent, which is

Re: [ns] Multi-interface support howto

2007-01-29 Thread Ramon Aguero
Hi, The mail I was referring to, when I gave the is: http://mailman.isi.edu/pipermail/ns-users/2007-January/058433.html Cheers, Ramón At 12:00 29/01/2007, Ramon Aguero wrote: Hello, I already gave an answer regarding this (especially on Listings 5.3, 5.4 and 5.5. - Regarding Listing 5.1:

Re: [ns] [HELP] Adding Multiple Interface Support in NS-2

2007-01-29 Thread Ramon Aguero
Hello Tua, see some responses in-line. At 06:37 22/01/2007, #LUONG TRUNG TUAN# wrote: I’m a research student in field of MANET.I have been trying to add the multiple interface support for Ns2 for a while but still not get any results. And recently I’m very glad to see your released document

Re: [ns] Make doesn't reflect changes in .cc, .h files !!!!

2007-01-29 Thread Miguel Sepulcre
Hi again, I had been simulating without any problem during a long time, but 3 days ago I got stuck with an 'sprintf' instruction in cmu-trace.cc... After changing permissions, deleting .o files, installing again ns2... I tried to execute the simulator from the /ns-allinone-2.29/ns-2.29/

[ns] Blacklist in AODV implementation of ns-2

2007-01-29 Thread Schuenemann Bjoern
Hi, The standard of the AODV protocol contains a blacklist with nodes that are excluded from the routing process. I did not find this blacklist in the ns-2 implementation of this protocol. Did I miss this feature? If it is not implemented, how can I simulate a blacklist? Thank your

[ns] Size of queue in c++ Please help

2007-01-29 Thread ahmed nagy
Would anyone kindly tell me how can i measure the size of the interface queue and know the time needed to send the pending packets for every node and do that in c++ code. which variable should i check and which files should i include Thank you very much Ahmed

[ns] HMIPv6 extension

2007-01-29 Thread - bagioris -
hi all,i'm looking for the HMIPv6, FMIPv6 ns-2 extensions.I've seen a lot of posts also asking, but no real result...Everyone is mentioning Hsieh's implementation, but there's no active linkIf anyone has something, please share it...bagioris

[ns] node entry?

2007-01-29 Thread daft
Hi I'm trying to swap out the default classifier in a node for my own agent. The following code inserts my agent into the entry point of the node... # Create CSG set agt [new Agent/MyAgent] puts Node entry: [$n1 entry] agt entry: [$agt target] $ns attach-agent $n1 $agt $n1

Re: [ns] HMIPv6 extension

2007-01-29 Thread Pedro Vale Estrela
The page containing the FHMIP extension is long gone. However, recently, a NS2 user has sent me one snapshot of it (check below) Besides fHMIP, another HMIP extension is also present in the original CIMS package from Columbia university. http://tagus.inesc-id.pt/~pestrela/ns2/mobility.html

Re: [ns] node entry?

2007-01-29 Thread Pedro Vale Estrela
You can use my otcl debugger facilities to check the state of the internal otcl variables after this code http://tagus.inesc-id.pt/~pestrela/ns2 Pedro Vale Estrela -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of daft Sent: segunda-feira, 29 de

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

2007-01-29 Thread Nguyen Lan
Hi Razmon, I have a question related to the multi-interface support in ns2 - In Listing 4.4: hdr-iface() = addr(), addr is index of the interface that received this packet. But how can I get that value (which variant or function) - And in struct hdr_cmn (packet.h) there is a field name iface_

[ns] location of Link Bandwidth source code

2007-01-29 Thread ben
Hi all, May I know the location of source code in the ns directory which is resposible for simulating the link bandwidth of a network? For example, the traffic generators are transmitting more than the defined link bandwidth. The packets are dropped. Is it in the link subdirectory of ns? Thank

[ns] Skipping duplicate node definition error

2007-01-29 Thread meshide
Hi,would anyone tell me the solution to this error: Skipping duplicate node 0 definition. The problem may also occurred http://mailman.isi.edu/pipermail/ns-users/2006-June/055980.html but I don't find the answer. My tcl script:

[ns] VoIP model for NS-2

2007-01-29 Thread Brenda Lindsay Williams
Hi everyone.Pls I'm researching on an efficient VoIP model for NS2. I want to carry out some simulations relating to VoIP Quality of Service (QoS). I was thinking of the Poisson distributed model but I could really use any input from anyone concerning this issue. I hope someone replies