Castalia :- Simulator Installation steps with OMNET++ in ubuntu 14.04
Castalia with Omnet++ Simulator Installation steps in ubuntu 14.04... 1.Download the OMNeT++ 4.5 (source + IDE, tgz).. For given link http://omnetpp.org/omnetpp/doc_details/2282-omnet-45-source--ide-tgz It is 181 mb large MB file and it save in your home directory folder 2. Untar and unzip the source file by the command on terminal $ tar xvfz omnetpp-4.5-src.tgz 3.Set environment variables by typing in to your bash file or terminal $ export PATH=$PATH:~/omnetpp-4.5/bin $ export LD_LIBRARY_PATH=~/omnetpp-4.5/lib 4. You are now ready to build OMNeT: $ cd omnetpp-4.5/ $ NO_TCL=1 ./configure $ make 5. Download the castalia 3.2 from https://forge.nicta.com.au/frs/?group_id=301 6. Untar and unzip the source code: $ tar –xvzf Castalia-3.2.tar.gz 7. You are ready to build Castalia: $ cd Castalia-3.2/ $ ./makemake 8. Take some time to install then use $ make Successfully installed the Castalia enjoy if any problem then contact me mail ...