[ns] Segmentation fault with a highly mobile network ??

2007-02-28 Thread Nour Brinis
Hi all, I am trying to carry out some simulations using the ns2 simulator. I have installed the ns2 2.28 and I am using DSR as ad hoc routing protocol. The problem is that with a highly mobile network ( it depends on the "pause time" fixed when generating a mobility script: setdest -nn 100 -p (

Re: [ns] Segmentation fault

2007-03-12 Thread Nour Brinis
Hi, Try to change the interface queue type to CMUPriQueue. Instead of, set opt(ifq)Queue/DropTail/PriQueue; use: set opt(ifq)CMUPriQueue; Hope this helps! Nour. On 3/12/07, smthin <[EMAIL PROTECTED] > wrote: > > > > Dear all, > > When running the routing prot

Re: [ns] mobilenode's radio range

2007-03-14 Thread Nour Brinis
Hello, you can specify the communication range of wireless nodes by setting an appropriate value of the receiving threshold in the network interface: *Phy/WirelessPhy set RXThresh_ * To compute this appropriate value: *threshold -m [other-options] distance* look at the ns manual chap1

Re: [ns] Link failure probability

2007-07-12 Thread Nour Brinis
> > Hi, > > I need to fix the link failure probability when generating a mobility > topology. > > Anyone have an idea? > Thanks! > Nour. >