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.



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_ value*

To compute this appropriate value:

*threshold -m propagation-model [other-options] distance*

look at the ns manual chap18.4.

Hope this helps,
Nour.




On 3/14/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:

 Hi,
 I want to decrease the radio range of mobilenodes to increase
 hop by hop comunications in the network, please, someone of you can tell
me how I can do it?

 Best regards,
 G


 --
 Passa a Infostrada. ADSL e Telefono senza limiti e senza canone Telecom
 http://infostrada.it






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 protocol DSR, it shows  Segmentation fault.
 If anyone know abouts this, please point out how can i slove!
 I am using ns-allinone-2.29.2 on window.


 Thanks
 smthin
 --
 View this message in context:
 http://www.nabble.com/Segmentation-fault-tf3387386.html#a9429027
 Sent from the ns-users mailing list archive at Nabble.com
 http://nabble.com/.




[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 (pause
time ??) ...), a segmentation fault is generated.
I have to run consistent scenario: high mobility and long simulation time.
Can you please help me about this problem?

Thanks in advance!!