[ns] Fw: Comparison of Performance: Bittorrent vs IP-SSM

2008-09-29 Thread arthi ramanan
Hi all, I'm a new user of NS-2.31. I need to simulate the above mentioned 2 multicasting protocols in NS-2 and measure their performance. The newmcast directory is not there in NS2.31. Is there any sample codes which simulates multicasting besides the srm examples given in the tcl dir

[ns] ns: where to find a default value of receiving power Pr of wireless nodes

2008-09-29 Thread Srirupa Dasgupta
Dear ns-users, can you help me find the default value of the receiving power Pr of wireless nodes.All other default values are given in ns-default.tcl. Please help me find the default value Pr so that I can calculate d Regards Srirupa

[ns] Problem with awk

2008-09-29 Thread Maurizio Bellemo
Hi i am doing a script with awk, but i faces a few problem maybe you can help me... BEGIN { i = 0; p = 0; cont = 0; } { while(getline>0) { if($1 == "r") p+=1; } close(FILENAME); for(cont = 0; cont < nnodes; cont++) { while((getline0) {

[ns] DCCP Implementation

2008-09-29 Thread prashant panse
hi all, i want to implement the DCCP in ns2. i m new to ns2. what to do with ns2 for DCCP imlementation. i m doing for wired network is there any DCCP module available for this??/ plz help me out. -- Prashant Panse mail: [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED]

Re: [ns] DCCP Implementation

2008-09-29 Thread Olivier Mehani
Hi Prashant, On Mon, Sep 29, 2008 at 10:19:31PM +0530, prashant panse wrote: > i want to implement the DCCP in ns2. > i m new to ns2. what to do with ns2 for DCCP imlementation. > > i m doing for wired network > > is there any DCCP module available for this??/ There is Nils-Erik Mattsson's imp

[ns] about network coding implementation

2008-09-29 Thread zhang shining
Hi all, Is there any open network coding implementation in NS2? Thanks Ying