Viewing 0 reply threads
You must be logged in to reply to this topic.
First lean to compile ns2 (I mean – after installing nsallinone package , if everything work good, you can seperately compile ns2 from
./ns-allinone-2.xx/ns-2.xx folder)
do the following
if you want to include some function in aodv, then add them inside aodv.cc and aodv.h according to the syntax (normal c++ way).
#cd ns-allinone-2.xx/ns-2.xx
#make clean (sometimes, it is not necessary)
#make
#make install (sometimes, it is not necessary)
If yo see any compile time error, correct them.
and do the make again.
Thats all.
If your function is logically correct, then it will work.
You must be logged in to reply to this topic.
Discuss Through WhatsApp