[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [ns] Problem with creating a new agent



Agent/CBR/UDP is deprecated. It should be either Agent/UDP or 
Application/Traffic/CBR.

>X-Authentication-Warning: mash.CS.Berkeley.EDU: majrdomo set sender to 
[email protected] using -f
>X-Envelope-Sender-Is: [email protected] (at relayer 
goliath.siemens.de)
>Date: Tue, 23 May 2000 12:22:29 +0200
>From: Parag Padhye <[email protected]>
>X-Accept-Language: en
>MIME-Version: 1.0
>To: [email protected]
>Subject: [ns] Problem with creating a new agent
>Content-Transfer-Encoding: 7bit
>
>
>Hello,
>
>I am creating  my own agent from the class Agent/CBR/UDP. I followed the
>steps given in the tutorial for
>creating a new agent (Ping Example). The file gets compiled with the
>"make" command. But when i
>try to use that agent in TCL I am getting following error message
>
>no reachable alloc
>   (Class create line 1)
>   invoked from within
>"Agent/CBR/UDP/UDPAC create _o56 "
>  invoked from within
>"catch "$calssName create $o $args" msg "
>  (procedure  "new" line 3)
>  invoked from within
>"new Agent/CBR/UDP/UDPAC"
> (file "ping1.tcl" line 34)
>
>
>and I am not able to use it. Will you please give some hints ?
>
>Parag Padhye

Tarik