[ns] error with ./output.dat

2012-08-13 Thread Manjula Raja
Hello friends! when i execute the following commnad rajamanjula@localhost dream]$ ns dream.tcl ./output.dat ./scen-300x600-50-10-5-00 i get the below mentioned error, can any one please give me the solution? couldn't open ./output.dat: permission denied while executing open $opt(tr) w

[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 commandns dream.tcl ./output.dat

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 pdr...@gmail.com To: itishi saxena itish...@yahoo.com 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

[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 itish...@yahoo.com To: Durgesh Kshirsagar durgeshpkshirsa...@gmail.com; ns-users@ISI.EDU 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