[ns] DSR modification for selfish behavior implementation

2010-09-08 Thread hemang kothari
Hi All, I am working with selfish behavior implementation. For that i need to change some functionality of DSR. So i will do some changes in dsragent.cc . After modification i want to use that dsr for selfish nodes and original DSR for other nodes. Can any1 tell me which part of dsragent.cc i n

[ns] how to use $ns create-trace type file src dst op

2010-09-08 Thread pangpang
Can anyone help me in using this command? Suppose my topology is s0 \\ r1==r2==d0 // s1 I don't know where I should put this command in my script. If I want to get statistics of drops btw link s0 and d0, should I do things like: set ns [new Simulator] $ns create-trace Drop file s0 d0 a

[ns] how to use $ns create-trace type file src dst op

2010-09-08 Thread pangpang
Can anyone help me in using this command? Suppose my topology is s0 \\ r1==r2==d0 // s1 I don't know where I should put this command in my script. If I want to get statistics of drops btw link s0 and d0, should I do things like: set ns [new Simulator] $ns create-trace Drop file s0 d0 a

[ns] how to use $ns create-trace type file src dst op

2010-09-08 Thread pangpang
Can anyone help me in using this command? Suppose my topology is s0 \\ r1==r2==d0 // s1 I don't know where I should put this command in my script. If I want to get statistics of drops btw link s0 and d0, should I do things like: set ns [new Simulator] $ns create-trace Drop file s0 d0 a

[ns] how to use $ns create-trace type file src dst op

2010-09-08 Thread pangpang
Can anyone help me in using this command? Suppose my topology is s0 \\ r1==r2==d0 // s1 I don't know where I should put this command in my script. If I want to get statistics of drops btw link s0 and d0, should I do things like: set ns [new Simulator] $ns create-trace Drop file s0 d0 a

[ns] how to use $ns create-trace type file src dst op

2010-09-08 Thread pangpang
Can anyone help me in using this command? Suppose my topology is s0 \\ r1==r2==d0 // s1 I don't know where I should put this command in my script. If I want to get statistics of drops btw link s0 and d0, should I do things like: set ns [new Simulator] $ns create-trace Drop file s0 d0 a

[ns] how to use $ns create-trace type file src dst op

2010-09-08 Thread pangpang
Can anyone help me in using this command? Suppose my topology is s0 \\ r1==r2==d0 // s1 I don't know where I should put this command in my script. If I want to get statistics of drops btw link s0 and d0, should I do things like: set ns [new Simulator] $ns create-trace Drop file s0 d0 a

[ns] how to use $ns create-trace type file src dst op

2010-09-08 Thread pangpang
Can anyone help me in using this command? Suppose my topology is s0 \\ r1==r2==d0 // s1 I don't know where I should put this command in my script. If I want to get statistics of drops btw link s0 and d0, should I do things like: set ns [new Simulator] $ns create-trace Drop file s0 d0 a

[ns] how to use $ns create-trace type file src dst op

2010-09-08 Thread pangpang
Can anyone help me in using this command? Suppose my topology is s0 \\ r1==r2==d0 // s1 I don't know where I should put this command in my script. If I want to get statistics of drops btw link s0 and d0, should I do things like: set ns [new Simulator] $ns create-trace Drop file s0 d0 a

[ns] how to use $ns create-trace type file src dst op

2010-09-08 Thread pangpang
Hi all, Can anyone help me in using this command? Suppose my topology is s0 \\ r1==r2==d0 // s1 I don't know where I should put this command in my script. If I want to get statistics of drops btw link s0 and d0, should I do things like: set ns [new Simulator] $ns create-trace Drop file

Re: [ns] problem installing ns2mesh80216 patch

2010-09-08 Thread Reshmi Maulik
Hi, I tried the following sequence of commands to apply a patch ns2mesh80216 to ns2.34 and now my ns2.34 is working properly: Move to ns-2.34 directory. Unzipped the patch file to the location where ns-2.34 folder resides. If you have already installed ns, run: make distclean or you can also

Re: [ns] Fussy systems in MANETs

2010-09-08 Thread Clement Nyirenda
Dear Ali Fussy systems or Fuzzy systems? If you meant the latter, there are many papers in literature. A simple search on Google Scholar can give you many of them. Follow this link: http://scholar.google.com/scholar?hl=en&q=Fuzzy+systems+in+"Mobile+Adhoc+Networks"&btnG=Search&as_sdt=2000&as_ylo=&

[ns] Fussy systems in MANETs

2010-09-08 Thread Ali Al-Shra'ah.
Hi all, If there is anyone used Fussy systems in MANETs, let me know. regards, Ali Hussein.

Re: [ns] Problem with running NS2 after installation

2010-09-08 Thread Mobin Yazarlou
Hi Teerawat, Thank you for following this topic.This is my current .bashrc config: NSHOME=~/NS2/ns-allinone-2.35-RC3 OTCL_LIB=${NSHOME}/otcl-1.14 NS2_LIB=${NSHOME}/lib export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$OTCL_LIB:$NS2_LIB export TCL_LIBRARY=${NSHOME}/tcl8.5.8/library PATH=