Date: Mon, 12 Jul 2010 05:40:49 -0700 (PDT)
From: El hadi Cherkaoui <e_cherka...@yahoo.fr>
Subject: [ns] where is attach-agent ??
To: NS user <ns-users@isi.edu>
Message-ID: <340335.327...@web28602.mail.ukl.yahoo.com>
Content-Type: text/plain; charset=iso-8859-1

Dear all,

I want to know where I can find the command : 
attach-agent (in which file of NS)

Same question for  
attach-vectorbasedforward.

this the tcl code :

??? set 
a_($i) [new Agent/UWSink]
??? $ns_ attach-agent $node_($i) $a_($i)
???
$a_($i) attach-vectorbasedforward $opt(width)
----------------------------------------------------------

********* try search the whole ns files for the command you requested using the 
following linux command at the terminal

find . -exec grep -l “string to find” {} \;

read the detail in this website:   
http://notfaq.wordpress.com/2006/07/30/unix-find-files-that-contain-a-string/

hope that will help.....


      

Reply via email to