Re: [ns] adding multi-channel supporting based on aodv

2007-05-28 Thread Ramon Aguero
Gello, cmn is the common header of the packet, if it is not declared in the method, you need to do this. Cheers, Ramón At 03:58 28/05/2007, [EMAIL PROTECTED] wrote: hi all, I am working on Adding Multiple Interface Support in NS-2 available on ttp://personales.unican.es/aguerocr/ based

Re: [ns] Multiple Interfaces in AODV [based on Ramon]

2007-05-28 Thread Ramon Aguero
Hello Devu, I think that the change is ok. The reason is that you should be able to still use the previous scripts, and that's why we keep the original code; note that in that sense you are using another command, because the number of parameters is different (from the if-queue originally used

Re: [ns] Multi-interface support howto

2007-02-21 Thread Ramon Aguero
Hello Laurent, Nguyen, all, Thanks for the discussion. In my opinion, it's sort of difficult to compare both approaches. It seems that the work that Laurent has done is quite much more comprehensive and detailed, since it uses a different approach from what the current ns-2 architecture uses

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

2007-02-13 Thread Ramon Aguero
put them in is aodv.h (as in the document). I think this problem came from other place and I should read the document carefully but now I don't know yet. Thank you very much. Cheers, Nguyen Ramon Aguero wrote: Hello, Why have you declared nIfaces, targetlist and ifqueuelist in common/packet.h

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

2007-02-10 Thread Ramon Aguero
definition of `ifqueuelist' aodv/aodv_logs.o:./common/packet.h:423: first defined here collect2: ld returned 1 exit status make: *** [ns] Error 1 Could anyone help me. Thanks Ramon Aguero wrote: Hi Anthony, thanks for your feedback; I think that your proposal is perfectly fine. I've sent an email

Re: [ns] Multi-interface support howto

2007-02-10 Thread Ramon Aguero
Ramon Aguero schrieb: Dear all, We have seen a lot of requests about the possibility to extend the NS-2 framework to support multiple interfaces. Although there is some information available, according to the messages that have been sent to this list, it seems that a more thorough description may

Re: [ns] Multi-interface support howto

2007-02-10 Thread Ramon Aguero
, tim Ramon Aguero schrieb: Hello Tim, thanks for pinpointing the error! Somehow I made a mistake when copying and pasting the code to the file. The correct procedure would be the following one (note that the arptable_ is now within the 'for' cycle). In this sense, I don't

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

2007-02-05 Thread Ramon Aguero
} (file simple-wireless.tcl line 68) On 1/29/07, Ramon Aguero [EMAIL PROTECTED] wrote: Hi Santhish, I've not personally used the olsr implementation from University of Murcia. My understanding is that they do not support multiple-interfaces yet: Compliant with core-OLSR

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

2007-02-05 Thread Ramon Aguero
it in Listing 4.4 like hdr-iface_ = xxx Well, basically the hdr-iface() method, just returns (in-line) the iface_ field (see definition of struct hdr_cmn in packet.h); so you are saying the same thing. Best regards, Nguyen Cheers, Ramón Ramon Aguero wrote: Hi Shahatha, As we say in the report we

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

2007-02-05 Thread Ramon Aguero
Hi Anthony, thanks for your feedback; I think that your proposal is perfectly fine. I've sent an email previously, about the same changes. I think that the problem was that in the first version of the document we did not highlight a couple of lines (the ones that you've modified); in the

Re: [ns] Multi-interface support howto

2007-01-29 Thread Ramon Aguero
or TORA? i choice the AODV ad hoc routing agent to change. i have some problems at Chapter 5, In AODV.h i should add the Listing 5.1? In AODV.cc i should add the Listing 5.2, Listing 5.3, Listing 5.4 and Listing 5.5? Please help me Thanks Ramon Aguero [EMAIL PROTECTED] wrote: Dear all, We

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] Multi-interface support howto

2007-01-18 Thread Ramon Aguero
Hello Shahatha, In addition to the answers we have given before, see some more answers inline... Cheers, Ramón At 12:00 17/01/2007, you wrote: chapter 4 4.2 Listing 4.1 the variable MAX_CHANNELS i have declared it like a follow in mobilenode.h : #define MAX_CHANNELS XXX but which value? or

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

2007-01-18 Thread Ramon Aguero
of the code, this seems to be needed in two methods: recvRequest and recvReply. Cheers, Ramón At 10:53 18/01/2007, Shahatha wrote: Hello, did any one implement the extension of ns-2 for multi-channel from Ramon Aguero at: http://personales.unican.es/aguerocrhttp://personales.unican.es

Re: [ns] Multi-interface support howto

2007-01-18 Thread Ramon Aguero
. so i changed every arptable_ into arptable. now ns2 complains about the missing variable arptable :( any hints out there? cheers, tim Ramon Aguero schrieb: Dear all, We have seen a lot of requests about the possibility to extend the NS-2 framework to support multiple interfaces. Although

[ns] Multi-interface support howto

2007-01-15 Thread Ramon Aguero
Dear all, We have seen a lot of requests about the possibility to extend the NS-2 framework to support multiple interfaces. Although there is some information available, according to the messages that have been sent to this list, it seems that a more thorough description may be required. In

Re: [ns] static routing in ad hoc network

2006-02-02 Thread Ramon Aguero
Was not this NOAH intended to do something like that? I've not tried it by myself, but it may be worth giving it a try. Regards, Ramón At 16:16 02/02/2006, Michael Lee wrote: Sara, ns2 doesn't support static routing for wireless nodes. There might be a 3rd party module that adds this, but I