Install ns using the following commands:
tar zxvf ns-allinone-2.1b6.tar.gz cd ns-allinone-2.1b6 ./install >& install.outWhen installation is over, view install.out with an editor and look for any possible errors. If you don't find any error, proceed; otherwise notify one of the instructors
IMPORTANT SETUP:
setenv NS2HOME $HOME/ns-allinone-2.1b6 setenv TCL_LIBRARY $NS2HOME/tcl8.0.4/library setenv TK_LIBRARY $NS2HOME/tk8.0.4/library set path = ($NS2HOME/bin $path)
% ns script.tclIf you encounter any run-time error, please notify the instructors.