[ns] Pls its urgent

2011-04-13 Thread tellajeera sushma

Hello,

Can anyone please resolve why this type of error occurs. ? Please reply if
you know as it is urgent.


invalid command name Agent/Hip1
   while executing
Agent/Hip1 instproc recv {from rtt} {
   $self instvar node_
   puts node [$node_ id] received ping answer from \
$from with round-trip-time
...


Thank You...
Sushma.


Re: [ns] Pls its urgent

2011-04-13 Thread Teerawat@UBC

Hi,

You might want to check out the reasons behind Tcl error messages from the link 
below:

- General error message interpretation: 
http://www.ns2ultimate.com/post/419191200/tcl-error-message-in-ns2

To fix the error, please read the following posts:

- Invalid command name: 
http://www.ns2ultimate.com/post/995668627/error-message-invalid-command
- To add new OTcl class: 
http://www.ns2ultimate.com/post/689847378/c-and-otcl-linkage-binding-c-and-otcl-classes
- To add an OTcl command: 
http://www.ns2ultimate.com/post/801303612/c-and-otcl-linkage-otcl-commands-getting-started
- To add a new module: 
http://www.ns2ultimate.com/post/454001969/including-new-modules-into-ns-2


Best Wishes,

Teerawat Issariyakul
http://www.ns2ultimate.com/
http://www.facebook.com/pages/Teerawat-Issariyakul/358240861417
http://twitter.com/T_Bear
http://www.t-issariyakul.blogspot.com
http://www.ece.ubc.ca/~teerawat



On Apr 13, 2011, at 9:08 PM, tellajeera sushma wrote:

 
 Hello,
 
 Can anyone please resolve why this type of error occurs. ? Please reply if
 you know as it is urgent.
 
 
 invalid command name Agent/Hip1
   while executing
 Agent/Hip1 instproc recv {from rtt} {
   $self instvar node_
   puts node [$node_ id] received ping answer from \
$from with round-trip-time
 ...
 
 
 Thank You...
 Sushma.