To install Omnet on Ubuntu 10.10, the following are necessary Java (jdk) Gcc Compiler / G++ Compiler zlibraries and other components Here are the instructions Download Omnet from http://www.omnetpp.org/ (the latest edition is 4.1) Download the omnet-xxx.tgz file (its for linux) Open the terminal, untar it to any folder in linux (in my case it is /home/pradeepkumar/) using the following command tar zxvf omnet-xxx.tgz go to the folder by this command cd omnet-xx/ (the above command creates a folder and untar all the contents into it) execute the command ./configure you may get some errors like unavailability of packages and dependencies, execute the following command to download and install all the packages for running the following command, your machine has to be connected to the internet…. sudo apt-get install bison flex byacc zlib1g-dev tcl tk tcl8.4 tk8.4 tcl8.4-dev tk8.4-dev build-essentials libxmu-dev once ...
Its all about Network Simulations (NS2, NS3), Internet of Things, Sensor Networks, Programming, Embedded Systems, Cyber Physical Systems, etc