I want to design two agents Agent1 send two message values in different times to Agent2. Agent2 then implement an action depending on the received values.
Using Jade, I tried to write the following :
-Agent1 with two addBehaviour(new TickerBehaviour(this, time) methods
-Agent2 has addBehaviour(new CyclicBehaviour()
When I run the program I get nothing.. The same program works if I only send one value..
Any suggestion ?
Thanks