last update @ 2008-08-06 09:44
The Toilers research group implemented the MANET protocols LAR (Location Aided Routing) and DREAM (Distance Routing Effect Algorithm for Mobility)into ns2. I requested that code from Dr. Tracy Camp via their website (http://toilers.mines.edu/Public/CodeList) and received a copy. I updated their code slightly in order to be compatible with ns-allinone-2.32 and am happy to share that patch. Please let Dr. Camp (tcamp@mines.edu) know that you are using their code and referecen their related paper in any work you use their code for.
last update @ 2008-08-06 09:44
You can download my patch from here.
Place the file into the ns-allinone-2.32 folder (parallel to the folder ns-2.32) and exectue the command patch there:
:~/ns-allinone-2.32> patch -p1 <toilers-LAR-DREAM-2.32.patch
This should create a folders called dream and lar, respectively, which contain the original Toilers readme files.