- Home Page of ProjectGuideline.com ›
- Forums ›
- Help for Ns2 Projects, Ns2 Code, Matlab Projects, Matlab Code, etc., ›
- regarding the constants used in the protocols
geetha
Participant
I want to know where should we specify the various constants used in the protocols like AODV,DSR,DSDV
for example like periodic route interval in DSDV etc
CharlesPandian
Keymaster
With phrase “periodic route interval” ❓ – you mean the route table update time, beacon broadcast interval etc.,?. If it is the case, you may find lot of timers in c code of every routing protocol. If there is any TCL command interface provided to handle those timers then we can use them from TCL script 😀 . Otherwise if we change one such interval or any other “parameter”, then it will require re-compilation 🙄 of ns2.