Re: [ns] Simulate IDS for MANET in NS-2

2011-08-28 Thread Urlan Salgado de Barros
y looking forward to hearing from you. > Thanks in advance. > -- _________________ Urlan Salgado de Barros MSc. Student in Applied Informatics Member of NR2 Group Federal University of Paraná - Curitiba - Brazil URL: <http://www.nr2.ufpr.br/~urlan>

Re: [ns] Reducing NS2 Running Time

2011-08-18 Thread Urlan Salgado de Barros
too much, if someone can > help me in this regard. > > > > Best Regards, > Fariba > -- _ Urlan Salgado de Barros MSc. Student in Applied Informatics Member of NR2 Group Federal University of Paraná - Curitiba - Brazil URL: <http://www.nr2.ufpr.br/~urlan>

[ns] Extending dei80211mr in order to use multichannel

2011-08-14 Thread Urlan Salgado de Barros
code compile normally. Does anybody know the reason of this problem? Or maybe, someboy have implemented this feature and may share the source code. Thanks a lot. Best regards, -- _ Urlan Salgado de Barros MSc. Student in Applied Informatics Memb

Re: [ns] signal strenght

2011-04-06 Thread Urlan Salgado de Barros
which class or inline method . I > want to add neighbors using the signal strength what steps do i need to > follow. > > Neeraj Gupta > > On Tue, 29 Mar 2011 09:00:38 , Urlan Salgado de Barros > wrote > > Ops, sorry, three steps! =D > > Urlan > > 2011/3/29 U

Re: [ns] signal strenght

2011-03-29 Thread Urlan Salgado de Barros
utput i am getting all RSSI= value as 0., 0... etc. > pl help me its very urgent > > On Mon, Mar 28, 2011 at 8:23 PM, Urlan Salgado de Barros < > ur...@comp.ufla.br> wrote: > >> >> Hi. >> >> Try these two steps: >> >> 1) >> &g

Re: [ns] signal strenght

2011-03-28 Thread Urlan Salgado de Barros
Ops, sorry, three steps! =D Urlan 2011/3/29 Urlan Salgado de Barros > Hi. > > Try these two steps: > > 1) > > Insert an atribute (*double rssi*) in the *struct hdr_cmn* (*packet.h*); > > 2) > > Inside method *sendUp* from *WirelessPhy *class (*wireless-phy.cc*

Re: [ns] signal strenght

2011-03-28 Thread Urlan Salgado de Barros
odv.cc?? > > > It is soo urgetn and important guys please give me some hints at least to > where > to look into it... > > > Thanks > -- _ Urlan Salgado de Barros MSc. Student in Applied Informatics Member of NR2 Group Federal University of Paraná - Curitiba - Brazil URL: <http://www.nr2.ufpr.br/~urlan>

Re: [ns] Re : How to set priority for packet (thangnd)

2009-10-28 Thread Urlan Salgado de Barros
vid. Evalvid does what you need. > must we define another policy for wireless nodes? > Please, Your response is very important for me > waiting for reply > Best regards > Aoufi souhila > > > --- En date de : Lun 26.10.09, Urlan Salgado de Barros > a écrit : > >

Re: [ns] What do the fields in trace file denote?

2009-10-28 Thread Urlan Salgado de Barros
t Second line: D -> drop IFQ -> queue ARP -> Address Resolution Protocol exp -> exponential packet Third line r -> receive AGT -> agent If you are beginning, you must read ns2 documentation: www.isi.edu/nsnam/ns/*doc*/ns_*doc*.pdf Thanks. > >

Re: [ns] Cross-Layering script is not running.

2009-10-27 Thread Urlan Salgado de Barros
art" >> >> And initialize the exponential traffic, for example: >> $ns_ at 2.0 "$exp_ $opt(start_traffic)" >> $ns_ at 2.0 "$exp_ $opt(stop_traffic)" >> >> Seeya. >> >> Urlan >> >> 2009/10/26 Mutiullah Qureshi &

Re: [ns] Setting Values for CWmin and CWmax

2009-10-27 Thread Urlan Salgado de Barros
o make them node specific as in > different values for different nodes? For example, if node A always > has some higher priority data to transmit its CWmin should be lower > than the rest of the nodes. > > Vivek > > On Mon, Oct 26, 2009 at 10:55 PM, Urlan Salgado de Barro

Re: [ns] Setting Values for CWmin and CWmax

2009-10-26 Thread Urlan Salgado de Barros
Did you try to search? http://mailman.isi.edu/pipermail/ns-users/2006-April/055338.html Urlan 2009/10/26 Vivek Vijaya Kumar > > Hi, > I am new to NS. I am trying to setup a network with 5 nodes, 4 of > which are supposed to have one set for value for (CWmin, CWmax) and > the other node is sup

Re: [ns] Cross-Layering script is not running.

2009-10-26 Thread Urlan Salgado de Barros
; num_nodes is set 3 > INITIALIZE THE LIST xListHead > Error: sendmsg() for UDP should not be -1 > SORTING LISTS ...DONE! > end simulation > > > -- > *From:* Urlan Salgado de Barros > *To:* Mutiullah Qureshi > *Cc:* NS-USERS Mailing List

Re: [ns] Cross-Layering script is not running.

2009-10-26 Thread Urlan Salgado de Barros
Hello Mutiullah Qureshi, You need to create getLL procedure. Node/MobileNode instproc getLL { param0} { $self instvar ll_ return $ll_($param0) } Call this procedure with the command: set ll_src_ [$node_(0) getLL 0] Urlan 2009/10/26 Mutiullah Qureshi > > Hello. > Please consider the

Re: [ns] Re : How to set priority for packet (thangnd)

2009-10-26 Thread Urlan Salgado de Barros
Hi, Evalvid works with priority for each packet. http://hpds.ee.ncku.edu.tw/~smallko/ns2/Evalvid_in_NS2.htm Urlan 2009/10/25 aoufi souhila > > Hi > to set priority for packet, you need just to modify the field prio_ of the > ip packet header, like this: > iph = hdr_ip::access(pkt); //ip pack

Re: [ns] How to send a packet from one to another layer bypassing an intermediate layer?

2009-10-22 Thread Urlan Salgado de Barros
Hi, 2009/10/22 Mutiullah Qureshi > > Hello. > I need to send a packet from one layer to another layer bypassing an > intermediate layer. For example how can I send a packet from Transport layer > directly to Link Layer, bypassing the intermediate Network Layer? Can > someone help me out here pl

Re: [ns] Set data rate for each node in NS2

2009-10-21 Thread Urlan Salgado de Barros
Hello 2009/10/21 Vinicius da Cunha M. Borges > > Hi, > > I saw one question that one person sent to NS2 mailing in 2004. > http://mailman.isi.edu/pipermail/ns-users/2004-June/042814.html< > https://mail.dei.uc.pt/horde/services/go.php?url=http%3A%2F%2Fmailman.isi.edu%2Fpipermail%2Fns-users%2F20

Re: [ns] Help please

2009-10-16 Thread Urlan Salgado de Barros
Does exist this command in method "command" of the class? Is correct the number of parameters that you are passing? Urlan 2009/10/16 rad ab > > > Hi, > > I have got this problem > > [code omitted becuase of length] > > inavaild command namw "WFQClass" > > while excuting > > "WFQClass set limi

Re: [ns] Help please

2009-10-16 Thread Urlan Salgado de Barros
Take a look at the documentation: www.isi.edu/nsnam/ns/*doc*/ns_*doc*.pdf Chapter 3: OTcl Linkage Section 3.4.4 command Methods: Definition and Invocation Seeya. Urlan 2009/10/16 rad ab > thank you very much for relpy > Ya actually I don't know how to deal with this error ? so If you can le

Re: [ns] Questions about NS2, 802.15.4 and power transmission at packet level

2009-10-15 Thread Urlan Salgado de Barros
Hi, 2009/10/15 > > Hi > > We are a research group at the Universidad Nacional de Rosario > (National U. of Rosario) in Argentina, working in the wireless sensor > networks area, developing a hierarchical routing algorithm based in > clusters. We are simulating our algorithm with NS2 and we pro

Re: [ns] can I don't use routing protocol?

2009-10-14 Thread Urlan Salgado de Barros
Hi, 2009/10/3 soheila rahmani > > Hi all > I write a new queue and my simulation topology has 5 wireless node. when I > use AODV protocol I have an error (segmentation fault) and use DSDV not > error bus all of the packet will be drop! > Did you take a look at trace file? > can I don't use a

[ns] 802.11 Frame Generator - some doubts

2009-09-02 Thread Urlan Salgado de Barros
Hello everybody, I'm developing a 802.11 frame generator, but I'm having some difficulties. That generator must creates frames like Traffic Generator class, but without pass to Routing Layer and transmissions are only single hop, like DumbAgent class. I've created a class FrameGenerator that inh