Re: [ns] Animating wireless transmissions in nam

2006-01-13 Thread Henrik Schumacher
Hi Dhammika, i think nam does not support the visualization of packet flows for wireless traces at the moment. It`s only possible to visualize the node movements. Regards, Henrik -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von Dhammika Pathirana

[ns] Fwd: please help me to simulate attacks on the Ad-hoc networks

2006-01-13 Thread Ashutosh Srivastava
Note: forwarded message attached. Send instant messages to your online friends http://in.messenger.yahoo.com

[ns] :two mac on the same node

2006-01-13 Thread Antonietta Stango
Hi all, I have to simulate a network where the nodes have two mac protocol at the same time. it is possible? thanks in advances Antonietta

Re: [ns] Node id_

2006-01-13 Thread Hajer FERJANI
Hi, To have the current positions of a node you need to do : MobileNode* mnode_; double x = 0.0,y = 0.0,z = 0.0; mnode_->getLoc(&x, &y, &z); You should have mnode_ referencing to a node. For example, in my case I pass the node address to my agent in the tcl script and for this reason i defined

[ns] Traffic CBR and FTP - DSDV

2006-01-13 Thread anna_veronica
Hello, I´m having problems with DSDV protocol, when I´m simulating the traffic CBR/UDP in the same time that FTP/TCP, the simulation don´t stop. Can you help me, please? Anybody knows some bug/trouble about the simulation of DSDV? Features: 800 X 400 20 nodes ns-2.28 Other question:

[ns] new packet type

2006-01-13 Thread Christos Antonopoulos
Hi all I need to create a new pakcet type which is going to be handled by a cbr agent. Can someone give me some guidelines or direct appropriatly ? Thank you Chris

[ns] How can i simulate RWA under inaccurate routing or network imformation?

2006-01-13 Thread niejun
I'm using OWns to simulate routing and wavelength assignment in a WDM network, but how can i simulate RWA under inaccurate routing or network information,i totally don't know how to start with it.

Re: [ns] Animating wireless transmissions in nam

2006-01-13 Thread Cenker Demir
Hi, I work with AODV on ns-allinone-2.28 on cygwin. When I run the simulation I can see the rreq, rrep, and data packet transmissions among nodes. regards Cenker Henrik Schumacher wrote: > >Hi Dhammika, > >i think nam does not support the visualization of packet flows for wireless >trace

[ns] cbr rate manipulationg

2006-01-13 Thread Christos Antonopoulos
Hi all i want to able to change the transmission rate of a cbr agent according to certain events. can anyone tell me how can i manipulatet the rate of a cbr traffic generator through the c++ code. many thanks Chris

Re: [ns] problem with ns-allinone-2.29

2006-01-13 Thread Hafiz M.Rizwan
Hi, thanx Tom for ur support. indeed m using ns-allinone-2.29.tar.gz which is not the updated version. tell me is there any patch available for version upgrade or need to dowaload the whole package. also tell me can i build two different versions of NS on the same machine but different director

[ns] concerning CBQ example

2006-01-13 Thread Kamal Gakhar
Hi, I have tried to find (desperately !!) an example that explains how to use CBQ in ns2 but couldn't find it. Do you know some link or any existing example work that I could use to understand it. regards, -- Kamal

Re: [ns] cbr rate manipulationg

2006-01-13 Thread Kamal Gakhar
depending upon the events in your simulation you can take "decision" to change CBR traffic. (In my opinion changing C++ code for a simulation event presents "hevay" work). On 1/13/06, Christos Antonopoulos <[EMAIL PROTECTED]> wrote: > > > Hi all > > i want to able to change the transmission rate

[ns] using ns on Windows XP

2006-01-13 Thread Ashutosh Srivastava
Hi , I am new to using this network simulator and find it rather inconvienient to use ns-2 on Linux .Is there any way to run it on Windows XP. With regards Ashutosh Send instant messages to your online friends http://in.messenger.yahoo.com

Re: [ns] using ns on Windows XP

2006-01-13 Thread Huang Longbo
You can install it under Cygwin.But you should be ready to bear with the long running time. Longbo Huang From: Ashutosh Srivastava <[EMAIL PROTECTED]> To: Cenker Demir <[EMAIL PROTECTED]> CC: ns-users@ISI.EDU Subject: [ns] using ns on Windows XP Date: Fri, 13 Jan 2006 17:22:10 + (GMT)

Re: [ns] concerning CBQ example

2006-01-13 Thread Huang Longbo
The file \ns-allinone-2.27\ns-2.27\tcl\test\test-suit-cbq.tcl should be a good place to look at.Usually you can first make the cbq creation process to be a function, and then apply it to a particular link. Hope this helps. Longbo Huang From: Kamal Gakhar <[EMAIL PROTECTED]> To: [EMAIL PRO

Re: [ns] Fwd: please help me to simulate attacks on the Ad-hoc networks

2006-01-13 Thread Bob McConnell
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Ashutosh Srivastava > Sent: Friday, January 13, 2006 3:52 AM > To: ns-users@ISI.EDU > Subject: [ns] Fwd: please help me to simulate attacks on the > Ad-hoc networks > > > Attached to Original Message

[ns] High Speed TCP Agent

2006-01-13 Thread Fabio Guerra
HI! How I create a High Speed TCP Agent? Anybody can help me? Thanks In Advance Fabio Guerra ___ Tarifa Única DDI - A melhor opção para suas ligações internacionais. Do fixo ou do celular você paga a mesma tarifa

Re: [ns] problem with sctp module[original ns-allinone-2.28]

2006-01-13 Thread Tom Henderson
> > Message: 5 > Date: Thu, 12 Jan 2006 19:01:09 +0800 > From: "robbin" <[EMAIL PROTECTED]> > Subject: [ns] problem with sctp module[original ns-allinone-2.28] > To: ns-users@ISI.EDU > Message-ID: <[EMAIL PROTECTED]> > Content-Type: text/plain; charset=big5 > > hi,all > > i downlord the so

[ns] I have a suggestion or question in using tutorial

2006-01-13 Thread niejun
when i use the VII part, named A new protocol for ns,since i'm new user of ns, i don't know where is the packet.h mentioned in VII.3 Necessary changes, so i can't do some necessary changes, and i don't know where to put the ping.h and ping.cc, because i want my own-defined code ping.h and ping.cc