Re: [ns] [query]finding neighbor in dsr protocol

2006-08-22 Thread Bryan Hogan
I think this information is also available from the GOD. Another option might be to create a special type of broadcast packet (with a TTL of 1) that is returned to the source by any node that receives it. You can find information that will help you at the link below. Bryan Bryan's Dynamic

Re: [ns] help me with the dsr segmentation problem

2007-04-16 Thread Bryan Hogan
Change set val(ifq) Queue/DropTail/PriQueue to CMUPriQueue Regards, Bryan Bryan's Dynamic Source Routing FAQ - http://www.geocities.com/b_j_hogan/ On Wed, 28 Feb 2007, sandeep v wrote: hi. this is my tcl script to simulate for 3 nodes using dsr routing protocol. it s givin as

Re: [ns] DSR and Segmentation Fault

2007-04-16 Thread Bryan Hogan
Hello, Segementation faults can be difficult to track down. I once had a seg fault occurring in a class that is not even called by DSR, I finally tracked it back to a an array that i had set to size 3 but I was filling it with 15 elements or more...took me 12 hours to find the problem. So,

Re: [ns] DSR FRAGMENTATION ERROR

2007-04-16 Thread Bryan Hogan
hello, You'll have to provide a little more information than that. Regards, Bryan Bryan's Dynamic Source Routing FAQ - http://www.geocities.com/b_j_hogan/ On Tue, 6 Mar 2007, antonis antoniou wrote: hi all, I use dsr and i have fragmentation error when cbr traffic is more than

Re: [ns] How to run script(AODV,DSR,DSDV) in ns-allinone-2.30?

2007-04-16 Thread Bryan Hogan
You should read the tutorial provided by Marc Greis www.isi.edu/nsnam/ns/tutorial/ Regards, Bryan Bryan's Dynamic Source Routing FAQ - http://www.geocities.com/b_j_hogan/ On Thu, 15 Mar 2007, vava vvava wrote: Hello, I'm new user for ns2 and I've ns-allinone-2.30 running on Ubuntu 6.06.. I

Re: [ns] Segmentation fault in DSR Routing protocol

2007-04-16 Thread Bryan Hogan
Hello Shailesh, Are you using Queue/DropTail/PriQueue in your TCL file? if so, change to CMUPriQueue. Regards, Bryan Bryan's Dynamic Source Routing FAQ - http://www.geocities.com/b_j_hogan/ On Wed, 28 Mar 2007, Shailesh Gamit wrote: I have a problem with the DSR protocol in ns2.29 when i

Re: [ns] DSR Packets

2007-04-16 Thread Bryan Hogan
Hello, Take a look at the code in the recv function, you'll see how a packet with a valid DSR header is handled - else if (srh-valid() == 1) Bryan Bryan's Dynamic Source Routing FAQ - http://www.geocities.com/b_j_hogan/ On Sat, 7 Apr 2007, Jezabel Miriam Molina Gil wrote: Hello, I am

Re: [ns] implemention malicious node in MANET over DSR

2008-11-25 Thread Bryan Hogan
Hi Take a look at my FAQ. Bryan Bryan's NS-2 Dynamic Source Routing FAQ http://www.geocities.com/b_j_hogan/ On Fri, 31 Oct 2008, anas wrote: I am doing some research to provide security to MANET. However, I am stuck by the way how to simulate one or more malicious node(s) in one MANET

[ns] Bryan's NS-2 Dynamic Source Routing FAQ

2009-10-08 Thread Bryan Hogan
Hello all, I have moved my FAQ from it previous location to a new location. Please see - http://www.skynet.ie/~bryan/dsr_faq/index.html Bryan's NS-2 Dynamic Source Routing FAQ Best regards, Bryan