Skip to main content

Posts

NS3 installation in Linux Mint 17.1

This post shows you how to install ns3 (ns-3.21) in Linux Mint 17.1 OS Used: Linux Mint 17.1 or Ubuntu 14.04 NS3 verion: 3.21 Download the software ns3 from http://www.nsnam.org Assuming you have done the linux installation just now, execute the following commands one by one $] sudo apt-get update $] sudo apt-get install build-essential autoconf automake libxmu-dev cvs git cmake bzr mercurial python-pygoocanvas python-pygraphviz p7zip-full NetAnim Once the above softwares are installed, execute these commands $] tar jxvf ns-allinone-3.21.tar.bz2  $] cd ns-allinone-3.21/ $] ./build.py --enable-examples --enable-tests and this will take more than 10 minutes to install everything, till that time wait.  Once the installation is done, open an example and check whether its working or not $] cd ns-allinone-3.21/ns-3.21 / $] ./waf --run hello-simulator The output should be displayed as hello-simulator, if this is not working, then ns3 was not installed succ...

Installing ns-2.35 in Fedora 21

This post will tell you how to install ns-2.35 in Fedora 21 64 bit OS..... Step 1: Install all the necessary packages $] sudo yum update $] sudo yum install tcl tk gcc-c++ libX11-devel libXt-devel libXmu-devel Step 2: unzip the software ns-xx.tar.gz $] tar zxvf ns-allinone-2.35.tar.gz $] cd ns-allinone-2.35/ Open the file $] gedit ns-2.35/linkstate/ls.h in line number 137 change erase to this->erase as shown above..... Save the file and give this command $] ./install This will install all the packages as you see in the video. This process may be take upto 5 minutes. Once installation is over now.... Setting the PATH The following line is pasted in the PATH variable as shown in the video $] gedit /home/pradeepkumar/.bash_profile :/home/pradeepkumar/ns-allinone-2.35/bin:/home/pradeepkumar/ns-allinone-2.35/tcl8.5.10/unix:/home/pradeepkumar/ns-allinone-2.35/tk8.5.10/unix Once the PATH is set, source the .bash_profile file as the new PATH will be reflected within the cur...

Installing Windows, Linux and Yosemite inside Mac

This post tells you how to install Windows and Linux within Macintosh Machine (Yosemite) Base OS: Yosemite Other OS: Windows 8.1, Fedora 21 (Linux Mint 17.1 also) Machine used: Mac Mini (Mid 2013) Installing Yosemite Step 1: Install Yosemite (If you have mavericks, download it from the Store and install it) Installing Windows 8.1  To Install Windows 8.1, get a 8GB Pen Drive and use Windows USB/DVD tool to make the USB bootable or you faster method by clicking this link. http://www.pradeepkumar.org/installing-windows-7-from-usb/ Open Boot Camp and select "Install Windows 7 or later" and also select "Download the support Softwares for Windows 7 or later", You need to provide a FAT partitioned Pen Drive (This wil be another pendrive other than the Windows 8 Boot Pen Drive, if you dont have any other pendrive, leave this step, after installing Windows you may come back and download the support softwares) and Click Next. Now Mac will ask for partitio...

Graphics.h in Linux Mint or Ubuntu

This post tells you how to install graphics.h in either Ubuntu or Linux Mint Parameters: OS : Linux Mint 17.1 - 64 bit OS Usually graphics.h will not be available in Linux Mint and if you want to include that in Ubuntu or Mint, here are the steps and a sample program $ sudo apt-get update $ sudo apt-get install build-essential autoconf automake libxmu-dev  The above line is needed to get all the developmental libraries for ubuntu or mint.  $ sudo apt-get install libsdl-image1.2 libsdl-image1.2-dev guile-1.8 guile-1.8-dev libsdl1.2debian libart-2.0-dev libaudiofile-dev libesd0-dev libdirectfb-dev libdirectfb-extra libfreetype6-dev libxext-dev x11proto-xext-dev libfreetype6 libaa1 libaa1-dev libslang2-dev libasound2 libasound2-dev The above line is needed to download the complete graphics with sound libraries Download this file libgraph http://download.savannah.gnu.org/releases/libgraph/libgraph-1.0.2.tar.gz Go the download location and unzip it $ tar zxvf li...

ns2 installation in Ubuntu 14.04

This post tells you how to install ns-2.35 in ubuntu 14.04 64 bit Operating system.   NS2 installation in  Ubuntu 14.04 This post also posts a video that shows the installation instructions. 1. There is no audio in this video, please bear with me but these texts will make you understand how the installation is done in linux. 2. Copy the source file into the home folder /home/pradeepkumar/ns-allinone-2.35.tar.gz 3. give this command to untar or unzip the software     tar zxvf ns-allinone-2.35.tar.gz     cd ns-allinone-2.35/     ./install This command will take some time to get ns2 installed.... Before step 1, give these commands (These commands will install the developmental libraries like C, C++, Tcl, Tk, etc)     sudo apt-get update   sudo apt-get install build-essential autoconf automake libxmu-dev You may get an error in the ~ns-2.35/linkstate/ls.h file about a small correction in the C++ constructo...

APP Tool for analysing the tracefiles for NS2

There is a new tool that is developed by WING of NIT Surathkal. This tool analyze most of the aspects like throughput  goodput residual energy of a node delay packet delivery ratio etc and also plot graphs based on the python-matplotlib package Download this tool from github https://github.com/WiNG-NITK/APP-Tool/archive/master.zip Unzip it and give the following commands one by one $prompt] sudo apt-get udpate $prompt] sudo apt-get install python-matplotlib $prompt] cd APP-Tool-master/ $prompt] python GUI_Main.py Here are some of the screenshots To open the App-tool-master App-tool-master   App-tool-master  The following is to plot the throughput App-tool-master  This is for the throughput values to be plotted App-tool-master  The following for plotting the delay App-tool-master The source codes with awk files are given inside the folder Final/. if anyone needs the awk for processing without this front end, you can...

Open Source Softwares for Research by USC

University of Southern California’s Information Sciences Institute (creator of Network Simulator 2 software) is giving royalty free software for researchers and students in various computing domains. You can visit their link and download the software based on some acceptance. (almost all are free and open source). BSL: A system for learning blocking schemes  (helpful for large Data Sources) Carmel Finite State toolkit  (It is a finite state transducer package) EIDOS: Efficiently Inducing Definitions for Online Sources PowerLoom  (Knowledge representation and reasoning system) ISI Rewrite Decoder RST Annotation Tool SPADE (Sentence-level PArsing for DiscoursE) BE: Basic Elements for Automated Evaluation of Summaries Tiburon  is a tree transducer package TORC  (Tools for Reconfigurable Computing) Trellis  (Semantic Web) Wings  (Semantic workflow System) Open Source Software from USC Enjoy the Softwares that needed for you from the we...