Re: [ns] about :Dijkstra shortest path (DAP) Protocol

2015-03-07 Thread knudfl
> @Muugii0909 > "Dijkstra shortest path" By default NS2 uses Dijkstra´s shortest path algorithm to compute optimal routes for all pairs of nodes. See https://books.google.dk/books?id=_VkTzFLnwD4C&pg=PA113&lpg=PA113&dq=ns2+Dijkstra+shortest+path&source=bl&ots=___4oh8xug&sig=0QrrQrCKWnwhyMaNoYb7Kq

[ns] AWK script for calculating link utilization

2015-03-07 Thread suhani chawla
i need awk script for calculating link utilization of a bottleneck link. Please provide me. Atleast give me some idea.

[ns] Aquasim installation problem

2015-03-07 Thread Nazish Rafique
I have installed ubuntu 32bit in Oracle VM Virtualbox on my current ubuntu 64 bit. Now I am trying to install Aquasim on it. I have also downloaded the compilers which were mentioned in post #5 http://www.linuxquestions.org/questions/linux-software-2/install-aquasim-in-ns-2-34-a-4175466464/#5 but

[ns] Query about ns-2.30

2015-03-07 Thread nazish
Sir I have installed ubuntu 32bit in Oracle VM Virtualbox on my current ubuntu 64 bit. Now I am trying to install Aquasim on it. I have also downloaded the compilers which were mentioned in post #5 http://www.linuxquestions.org/questions/linux-software-2/install-aquasim-in-ns-2-34-a-4175466464/#5

Re: [ns] Aquasim installation problem

2015-03-07 Thread knudfl
> @ nazish > Aqua-Sim > C compiler cannot create executables. $ sudo apt-get install g++-4.4 $ cd Aquasim/ $ patch -p0 < ns230_gcc44.patch https://drive.google.com/file/d/0B7S255p3kFXNdHJpbkJ2Tm5mX00/view?usp=sharing $ export CC=gcc-4.4 CXX=g++-4.4 && ./install - -- View this message in con