Re: [ns] RTP over wireless connection between two nodes

2011-05-24 Thread pebbles
I tried to install the 2.26 but it needs older version of tcl and I don't want to damage the 2.34 installation. I installed 2.31 but when I tried to add the maodv files it gave me this error: mac/channel.cc: In member function ‘void WirelessChannel::calcHighestAntennaZ(Phy*)’: mac/channel.cc:62

[ns] Error when testing DSR in NS2 with more than 10 nodes

2011-05-24 Thread Wei Zhang
Hello All, I use Ns2.33 to run DSR. I cannot know why I test DSR with more than 10 nodes it has an error "error of segment" Could you please explain me why?  If you have a tcl script that run DSR well please send me. Thank you in advance. Wei

[ns] Traffic generator option ( "connection" vs "actives nodes" )

2011-05-24 Thread Zakia Khalfallah
Hi Friends, This is the options related to a traffic generator whith which i must work in my project : ./trafgen-n -a -t -c Any one has an idea about the difference between : " active nodes" and " connections"? Thank you ZAK

Re: [ns] RTP over wireless connection between two nodes

2011-05-24 Thread Fivos.K
try this link http://140.112.21.101/~maxmilian/ns2/ns-allinone-2.31_with_maodv.zip it contains a ready version of ns-allinone 2.31 with maodv included. Also note that by installing 2.26 all in one package you don't damage anything. All the files of ns2 reside in its directory. if you wish to

Re: [ns] Ns-users Digest, Vol 89, Issue 23

2011-05-24 Thread marllus lustosa
Whei, dear friend, you're working with a module with the NS? -- > > Message: 3 > Date: Tue, 24 May 2011 16:55:55 +0100 (BST) > From: Wei Zhang > Subject: [ns] Error when testing DSR in NS2 with more than 10 nodes > To: ns-users@isi.edu > Message-ID: <870908.15497..

Re: [ns] PMIPv6 ns-2 module

2011-05-24 Thread Mohit Tahiliani
Hello, Go in the following directory ns-allinone-2.29/ns-2.29/sctp and open the file named "sctp.h". Go to line number 705 in that file and delete "SctpAgent::" from that line. Via terminal go to ns-allinone-2.29/ns-2.29 and give the following commands: ./configure make clean make make ins

Re: [ns] Error when testing DSR in NS2 with more than 10 nodes

2011-05-24 Thread Mohit Tahiliani
Hello, Instead of using Queue/DropTail/PriQueue as ifq type use the following while simulating DSR CMUPriQueue Hope it helps. Regards, Mohit P. Tahiliani