[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 a

[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] 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

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: Note:

[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

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 software as

[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