Hi,

You can change the nodes transmission range by changing the value of
RXThresh_ of Phy/WirelessPhy by doing :
Phy/WirelessPhy set RXThresh_ <value>

A separate C program is provided at
~ns/indep-utils/propagation/threshold.cc to compute the receiving
threshold. You have to compile it, then you can use the executable to
compute the threshold as follows:

threshold -m <propagation-model> [other-options] distance

Ex:

threshold -m Shadowing -r 0.95 50.

Here the propagation model is Shadowing, the communication range is
set to 50m, and 0.95 is the rate of correctly received packets.

Hope it helps.


On 4/24/06, Sivakumar Kulasekaran <[EMAIL PROTECTED]> wrote:
>
> Hi
>
> I like to know how can we change transmission range between nodes to
> different values in dsr??
>
> I like to know is it possible to do that
>
> Also NOAH routing agent ,  i got an error saying  wrong routing agent!!!!!!!
> can anyone help me on this
>

Reply via email to