Hi Dinesh Nagare,
- To find the average number of neighbors, first you need to know the
neighbors of each and every node, then you will be able to calculate the
average number of neighbors.
- You can easily include IEEE 802.11 protocol in your simulation by using
this command
set val(mac) Mac/802_11 ;# MAC type
$ns node-config -adhocRouting $val(rp) \
-macType $val(mac) \
- You can generate different mobility models by using java based
BonnMotion
http://www.cs.uni-bonn.de/IV/BonnMotion/
- For variying the transmission range, you have to play with
RXThresh_and Ctx threshold values.
- You can declare the maximum number of nodes in your tcl script.
Regards
Mubashir Husain Rehmani
Lip6, UMPC, Paris, France
http://www-npa.lip6.fr/~rehmani/
2009/1/21 dinesh nagare <[email protected]>
>
> hello all,
> I am Dinesh Nagare (India),working on ns2.
> I want to find the average number of neighbors and average path length.
> I also wants to include the use MAC protocol in simulation is IEEE 802.11
> Distributed Coordination Function.
> How can i include the Different mobility models in my simulation ?
> How can i vary the transmission range?
> What is the Node Density?
> How can i decide the maximum number of nodes in a network for MANET?
>
>
> please help me as soon as posssible.
>
>
> thank you.
>
--
Mubashir Husain Rehmani