[ns] the update interval dsdv ns2

2012-12-01 Thread doussa f


Bonjoursvp j'ai essayé de changer le update intervall de DSDV in DSDSV.cc 
NS2.30 alors j'ai changé cette valeur perup_ (15) puis j'ai recompilé NS2 : 
./configure /make clean/ make donc lorsque j'ai essayé de voir l'effet de ce 
changement sur le résultat de simulation  j'ai remarqué que rien n'a changé . 
pouvez vous svp m'indiquer c quoi le problème exactement
 


[ns] how to make a node start overhearing others after writing code for promiscous mode in AODV

2012-12-01 Thread Vimala Jose

I'm new to NS2 and I have to implement selfish node detection scheme
using acknowledgements in AODV protocol. For this purpose I have
changed aodv.cc and written the code for promiscous mode as per i have
viewed in mailing list. But I don't know how to make use of that mode.
I'm attaching my aodv.cc file along with this n which I have made some
changes.  Can anyone help me regarding how can a node start to listen
for other nodes. Thanking you in advance.