I have some simple HelloWorld agents living on a local jade platform and communicating amongst themselves. Now I need to connect to them with locally run java code, extract some data from a Receiver agent and for now just print it to console (I don't want an agent doing that).
I have no idea how to do that. :S
I was mainly thinking about communicating via ACL messages to the Receiver agent, but I don't know how to connect to the platform and find the Receiver agent. However, if there is a way to connect directly to an Agent, this task would be even easier.
So, if anybody has any experience with this, please tell me how to transfer data from agent to local java code. Tutorials are also very welcome :)
Thanks for helping, Nejc