Thursday, December 13, 2012

EE 4236

Lab Manual and Programs download

Click on the link above.

Click on the File menu at the top left corner and click download.


Tuesday, December 11, 2012

How to install NS2.35 and NAM in Ubuntu 12.04


 Download NS-23.5 from the Link
  1. Go to terminal (ctrl+Alt+t) and install the necessary updates using the command “sudo apt-get update”  (without Quotes)
  2. Then install the ns2 required libraries using the command “sudo apt-get install build-essential autoconf automake libxmu-dev” (without quotes)
  3. Untar the downloaded ns-allinone-xxx.tar.gz file using the command “tar zxvf ns-allinone-2.35.tar.gz”
  4. execute the commands one by one as given below
cd ns-allinone-2.35

./install

cd

sudo apt-get install ns2

Installing NAM

 cd ns-allinone-2.35/nam-1.15/
sudo make install

Related post

How to run NSG2 in Ubuntu 12.04

Wednesday, December 5, 2012

How to run NSG2 in Ubuntu 12.04


Open Ubuntu Software Center

 
Write java into the search scree at the top-right corner
 
A list of available java versions will appear. Install the latest one

Press ctrl+Alt+t

The tetminal window will appear.

 
Go to the folder that contains the NSG2.jar folder and type java -jar NSG2.jar

tumpa@tumpa-desktop:~$ cd NS2
tumpa@tumpa-desktop:~/NS2$ java -jar NSG2.jar

The NSG2 will run!



Downlad pdf