ns 2.35 network simulator on Ubuntu 10.04

Posted: Νοεμβρίου 26th, 2011 | Author: | Filed under: programming, tutorials | Tags: , , | No Comments »

UPDATE: Just add /usr/lib to TCL_LIB

Here is a step by step guide installing ns 2.35 on ubuntu 10.04 LTS.

First download the package:
wget http://downloads.sourceforge.net/project/nsnam/allinone/ns-allinone-2.35/ns-allinone-2.35.tar.gz?r=http%3A%2F%2Fwww.isi.edu%2Fnsnam%2Fns%2Fns-build.html&ts=1322330697&use_mirror=dfn

second unzip in some folder:
unzip ns-allinone-2.35 -d /home/giorgos

Then make sure you have some important packages:
sudo apt-get install build-essential autoconf automake libxmu-dev
Continue reading “ns 2.35 network simulator on Ubuntu 10.04” »