Download Omnetpp from the following website
http://www.omnetpp.org/omnetpp/doc_details/2198-omnet-40p1-source–ide-tgz
untar it using the command
tar zxvf omnetXXXX.tgz (I have installed in /home/pradeepkumar/)
open terminal -> go to the folder using –> cd /home/pradeepkumar/omnet-xxx/
Execute the following commands
./configure (if any errors, then install the required packages)
it may ask for tcl/tk developement package
yum install tcl-devel tk-devel
if installed, then execute
make (thats it!!!)
(NB: you need [...]
Continue reading Installing OMNET ++ in Fedora 10
Unzip the omnetpp-xxx.zip file in to any folder possibly (/home/pradeepkumar/)
Open the shell prompt and then go to the corresponding folder by issuing the command cd /home/pradeepkumar/omnetpp-4.0
Run the command (./configure)
If you get any errors, please download the concerned files and again go to step 3.
You may get errors like this and execute [...]
Continue reading How to install Omnet++ in Ubuntu 9.04
Xgraph is an X-Windows application that includes:
interactive plotting and graphing
animation and deritives
portability and bug fixes
So to plot the characteristics of NS2 parameters like throughput, end to end delay, packets information, etc can be plotted using xgraphThe successful installation of NS2 will install xgraph also along with it. To run xgraph from a shell prompt: # [...]
Continue reading xgraph utility in Network Simulator 2
Download NS2 from the following Website, I tried version ns-allinone-2.34.tar.gz.
Put the file under /home/pradeep/ (my user login is pradeep, you may try with your username)
go the folder in the shell prompt by issuing the following command cd /home/pradeep/
Since installation of NS2 simulator needs some [...]
Continue reading Installing NS2 under Ubuntu 9.10
Assumptions:
I have installed my ns-allinone-2.33 under /home/pradeep/ns-allinone-2.33
Path is been set in the .bash_profile (which are located at /home/pradeep/) in fedora and .bashrc in ubuntu
There are two ways in which the NS2 can be recompiled
1. You modify the existing algorithm (use the same header and the C++ source files)
2. Adding new files (adding new [...]
Continue reading How to Recompile Network Simulator 2
A One day workshop on Network Simulator 2 was conducted at Sri Vidya Niketan Engineering College, Tirupathi during March 2009. I have been invited there to give a guest lecture on Network Simulator 2.
Topics covered on the day are
Introduction to NS2, Linux and TCL
Installation of NS2
Wired and Wireless Examples
Recompiling a New Linux Kernel
Continue reading Network Simulator 2 -Workshop
Download NS2 from the following Website, I tried version ns-allinone-2.33.tar.gz.
Put the file under /home/pradeep/ (my user login is pradeep, you may try with your username)
go the folder in the shell prompt by issuing the following command cd /home/pradeep/
Since installation of NS2 simulator needs some [...]
Continue reading Installing NS2 under Ubuntu 8.04.1, 8.10, 9.04
To Install Tracegraph in Fedora Linux (I used Fedora Core 9)
Step download the Tracegraph software from this link
Select Linux Version and download two files, mglinstaller.gz and tracegraph202.tar.gz
copy the files under /home/pradeep/ (in my case it is /home/pradeep/)
Untar the tracegraph202.tar.gz using the command tar zxvf tracegraph202.tar.gz
A Folder tracegraph202/ will be created and go to the folder [...]
Continue reading How to install Tracegraph in Linux (Fedora 9)
Step 1: download the NS allinone Package from the following link. I Used (ns-allinone2.33).Step 2: extract it in a folder (Eg: I used /opt/), but you need to be a root to extract in that folder (better extract it under /home/#username#)
NAM wont work because of the compatibility issues with tk8.4.18, so download a patch given [...]
Continue reading How to Correct the NS / NAM Problem in Fedora 10
Assumption:
I installed ns2 under the folder /opt/
The path in my system is /opt/ns-allinone2.33/ns2.33/
Under the above said folder there are two Makefiles (Makefile and Makefile.in)
Makefile.in is the input file (any addition or correction will be done in this file only). during compilation this file will be copied to Makefile. So dont try to modify Makefile.
Once the [...]
Continue reading How to Recompile Network Simulator 2