[ns] dream protocol compilation error

2012-08-13 Thread Manjula Raja
Hello friends I am trying to run Dream tcl script, which i obtained form Toilers, ported to ns2.32 After making the changes i.e after applying the patch and executing the command make, then when i run the program and when i use the command " ns dream.tcl ./output.dat ./scen-300x600-

Re: [ns] The results of your email commands

2012-08-13 Thread itishi saxena
Thanks Durgesh Is it possible to know which node is agent node while accessing nodes in ns2? Means somehow we are able to identifyinside queue.cc.in recv function when recv is for agent node. in simple words, For example we have 3 nodes in tcl script and inside queue.cc we want

Re: [ns] The results of your email commands

2012-08-13 Thread itishi saxena
It is not for agent node. From: pedro chaparro To: itishi saxena Sent: Monday, 13 August 2012 6:43 PM Subject: Re: [ns] The results of your email commands look inside aodv.cc , the functions AODV::recv and AODV::recvAODV ;) 2012/8/13 itishi saxena >

[ns] [SOLVED] Re: The results of your email commands

2012-08-13 Thread itishi saxena
Thanks Durgesh, I found the answer. Inside queue.cc, we have recv function, for each packet receivedwe can check either packet at the destination node by checking if (ih->daddr()=ch->next_hop_) then apply your mechanism to control over those packets. Thanks to all ___

[ns] Fw: [SOLVED] Re: Identify agent / destination node at the queue level to control over packets received at destination node

2012-08-13 Thread itishi saxena
- Forwarded Message - From: itishi saxena To: Durgesh Kshirsagar ; "ns-users@ISI.EDU" Sent: Tuesday, 14 August 2012 2:54 PM Subject: [ns] [SOLVED] Re: The results of your email commands Thanks Durgesh, I found the answer. Inside queue.cc, we have recv function, for each packet