I want to implement multi agent system and need exchange data, between 2 agent. So I want agent1 send to agent2 some data.
According to my research, in java, could be used to proxy class and use puto2aobject method to transfer data to another agent at same platform. But I don't know how to do this.
How use of proxy class and which kind of behaviour should be use. So, if I want to program with jade, how can I exchange data between two Agents?
Could Someone help me?
Thanks.