My First Aim is to implement Antnet in Omnet++ (irrespective of version)
Help me by suggesting which is suitable with which version, and what steps i need to execute
I downloaded both omnet++ 3.3 executable and omnet++ 4.0-src.zip
Antnet 4.0 has proper read me, where as antnet3.0 dose not
In this implementation of AntNet one could get the behavior of both algorithms
through a simple #define. The implementation has been tested and works
with Windows XP and MSVC6.0 and Omnetpp3.0a3
The steps are following
1. Open protocolParameters.h file
2. Go to line 38 that has #define _FLYINGANTS
3. If you are interested in compiling AntNet-CL, then comment this line
4. If you are interested in compiling AntNet-CO, then simply remove the
// from the beginning of this line.
5. Rest everything remains the same
6. Please ensure that Omnet++ is installed and all of its
libararies and bin are in the path.
7. type "opp_nmakemake -u Cmdenv" in the directory where you unzipped the antNet4.0.zip
8. type "nmake -f Makefile.vc depend"
9. type "nmake -f Makefile.vc"
10. Congratulations:) you have compiled the program.