[ns] Fwd: AOMDV problem

2009-04-16 Thread dinesh nagare
-- Forwarded message -- From: dinesh nagare dineshnag...@gmail.com Date: Thu, Apr 16, 2009 at 2:02 PM Subject: AOMDV problem To: ns-users@isi.edu Hi , I am using the aomdv code written by Ahmed Khayyat. I am referening On-demand Multipath Distance vector routing in ad hoc

Re: [ns] example simulation static wireless

2009-04-16 Thread Gisane Michelon
I already tryed but haven't. I am try to make, however occurs the following error: node 1 not definded... node 2 not defined...node 3 not defined... my function that define nodes is: for {set i 0} {$i $val(nn) } {incr i} { set node_($i) [$ns_ node]

Re: [ns] achieving bandwidth in wireless simulation

2009-04-16 Thread Karthik Talloju
Hi all, code snippet: Mac/802_11 set PLCPDataRate_ 2.0e6; Mac/802_11 set dataRate_ 2.0e6; Mac/802_11 set basicRate_ 2.0e6; Do the above lines of code in my tcl script mean that the available bandwidth is 2Mbps ? In my simulation I end up getting 1.23Mbps as the maximum

[ns] what is invalid command PLevels

2009-04-16 Thread Nikheel Kumar
*hello friends, i want to simulate various wireless scenario, here some lines of tcl script to access different wireless scenario:* set modeDCF;# mode for this test DCF/PCF set pcf_period0;# CFP period for pcf mode set pcf_duration0

Re: [ns] example simulation static wireless

2009-04-16 Thread saiful islam
Give a pause time greater then simulation time then the scenario will be static. On Thu, Apr 16, 2009 at 7:02 PM, Gisane Michelon gisan...@gmail.com wrote: Somedoby has um simple example of simulation static wireless network ? Already tried very but didn't find. Ane -- Mohammad Saiful