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

Re: [ns] new agent




you CAN do it using two agents as follows:
write a wrapper class which has TWO agent instance variables, A1 and A2

connect A1 to the agent whose traffic you want to monitor and A2 to the
other.

Write some new instprocs so that A1 can call instprocs of A2 and vice
versa.

this should work!

-srinivasan

On Mon, 29 May 2000, Debojyoti Dutta wrote:

> Hi All,
> 
> I want to create a new Agent that MUST be connected to 2 other UDP agents.
> It must be. The agent will try to monitor the UDP packets in 1 direction,
> do some processing and send it along the other direction.
> 
> Thanks
> Debojyoti
> 
>