Forum Replies Created
Nadia,
Did you use Mobilenode * node in routing.cc ?
Make sure when you call the variables of MobileNode.cc file,
First make an instance of the current node.
Then use this to access the variables of the node’s MobileNode.cc file. Otherwise it will give you garbage value.
http://personales.unican.es/aguerocr/files/ucMultiIfacesSupport.pdf
Take a look at page number 35. In that the author populate the interface list and use cmn->iFace to get the appropriate interface.
In wireless network, (AODV ) the nodes send HELLO message (broadcast) every 1 second. There is a neighbor table in AODV.cc . I hope you can use that for your purpose.
There are lots of tutorials on installing ns2 using Cygwin. With these tutorials, installation in cygwin should be fine
Thanks
In two ray model, the power decreases faster than Free Space model when distance increases. Hence it is always best to use Free Space for shorter distance and Two Ray for longer distances.
Post reply if it makes sense or not.