[ns] Erro when run ad-hoc simulation with AODV

2011-10-18 Thread Bety Barreto Soares
hi i am a new user in NS-2, i'm using version NS-2.34 based on windows xp. i try simulate routing protocol ;example for ad-hoc simulation with AODV from this website http://read.pudn.com/downloads93/sourcecode/windows/comm/364468/aodv/wrls-aodv.tcl__.htm i got error when run the simulation on

[ns] Call for Papers: (ICC2012) SaCoNeT-III

2011-10-18 Thread Nadeem Javaid
Please accept our apologies, if you receive this CFP multiple times. == Call for Papers 3rd IEEE International Workshop on SmArt COmmunications in NEtwork Technologies (SaCoNeT-III)

[ns] Call for Papers: (ICC2012) SaCoNeT-III

2011-10-18 Thread Nadeem Javaid
Please accept our apologies, if you receive this CFP multiple times. == Call for Papers 3rd IEEE International Workshop on SmArt COmmunications in NEtwork Technologies (SaCoNeT-III) http://www.lissi.fr/saconet2012/doku.php to be

Re: [ns] [solved] Calculating Queue Length at a wireless node

2011-10-18 Thread Jyothirmye Reddy
I found some solution to this problem, not I defined a procedure QueueLength in the Droptail.cc file this time (and not in Priqueue.cc file like before) DropTail::QueueLength (nsaddr_t id) { struct hdr_cmn *ch; int QLength = 0; Packet *p = 0; for(p = q_-head(); p; p = p-next_)