
- #Ns2 download how to#
- #Ns2 download zip file#
- #Ns2 download update#
How to install NS-2 from the command line? STEP BY STEP GUIDE ON HOW TO INSTALL NETWORK SIMULATOR (NS2) ON LINUX MACHINE (UBUNTU 8.10) Prepared by: Eman Alashwali King Abdulaziz University / IS Department 2010 Content: I. How to install network simulator ( NS2 ) on Linux?
Check if you are using an active Ubuntu release. Check if package is available for your Ubuntu version.
Check the package name (no, seriously) This should be the first thing to check. How do I fix Ubuntu unable to locate a package?įixing ‘Unable to locate package error’ on Ubuntu xgraph in ns2, The xgraph program draws a graph on an X display given data read from either data files or from standard input if no files are specified. Click on the play button to start the simulation:. Run the simulation from the terminal using ns-2: ns simple.tcl. set ns #Define different colors for data flows (for NAM) $ns color 1 Blue. Paste the following code in a file simple.tcl : #Create a simulator object. Check the system logs to confirm that there are no related errors. Run the install command with -y flag to quickly install the packages and dependencies. #Ns2 download update#
Run update command to update package repositories and get latest package information. sudo apt-get install xorg-dev g++ xgraph. Sudo apt-get install build-essential autoconf automake libxmu-dev (all these packages may not be needed, but install all the above for a safer installation of ns2) sudo apt-get install nam. Run Cygwin from desktop and change the directory to folder you copied just now in step 2 command to change directory:cd /home/sys27/ns-allinone-2.28. Run in the terminal using ns-2: ns add.tcl. Paste the following code in the file: set a 20 set b 30 set c puts $c. You can check your installation by running a simple Tcl script. What are the commands used to install NS2 in Linux? 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. #Ns2 download zip file#
Extract the downloaded zip file ‘ns-allinone-2.35. Where can I get the latest version of NS2?. How to install NS-2 from the command line?. How to install network simulator ( NS2 ) on Linux?. How do I fix Ubuntu unable to locate a package?. What are the commands used to install NS2 in Linux?.