Skip to main content

Posts

Showing posts with the label ubundu

NS2 INSTALLATION ON UBUNTU 16.04

  1)  Download  'ns-allinone-2.35'  from :    http://sourceforge.net/projects/nsnam/files/allinone/ns-allinone-2.35/ns-allinone-2.35.tar.gz/download 2)  Extract the downloaded zip file 'ns-allinone-2.35.tar.gz file' to desktop. 3)  Now you need to download some essential packages for ns2,these packages can be downloaded by using the following commands :  applications>accessories>terminal or dashhome>terminal then type the below lines one by one on the terminal window     "sudo apt-get update"     "sudo apt-get dist-upgrade"     "sudo apt-get update"     "sudo apt-get gcc"     "sudo apt-get install build-essential autoconf automake"     "sudo apt-get install tcl8.5-dev tk8.5-dev"     "sudo apt-get install perl xgraph libxt-dev libx11-dev libxmu-dev" 4)  Now change your directory(here i have already extracted the downloaded files to desktop,so my location is des...

VISUALIZING TRACE FILE DATA WITH GnuPlot

  Gnuplot is a portable command-line driven graphing utility for Linux, OS/2, MS Windows, OSX, VMS, and many other platforms. The source code is copyrighted but freely distributed (i.e., you don't have to pay for it). It was originally created to allow scientists and students to visualize mathematical functions and data interactively, but has grown to support many non-interactive uses such as web scripting. It is also used as a plotting engine by third-party applications like Octave. Gnuplot has been supported and under active development since 1986.  Gnuplot can be used to visualize the trace file data; several network parameters can be plotted using this Gnu plot..for more details  click here

STEPS TO INSTALL NS2 ON LINUX

1)  Download  'ns-allinone-2.35'  from :    http://sourceforge.net/projects/nsnam/files/allinone/ns-allinone-2.35/ns-allinone-2.35.tar.gz/download 2)  Extract the downloaded zip file 'ns-allinone-2.35.tar.gz file' to desktop. 3)  Now you need to download some essential packages for ns2,these packages can be downloaded by using the following command :  applications>accessories>terminal or dashhome>trminal then type the below line on the terminal window     " sudo apt-get install build-essential autoconf automake libxmu-dev libtool gcc "     or type this command     " sudo apt-get install autoconf automake gcc g++ build-essential libxmu-dev libtool libxt-dev " 4)  Now change your directory(here i have already extracted the downloaded files to desktop,so my location is desktop) type the following codes in the command window to install NS2.      cd Desktop   ...