I am programming in Jade for the first time. And I want some help regarding the problem of mobility of agent.
To make agent as stationary mobility by Jade, should I extends jade.core.Agent or another class? and If I want it to move or dispatch parameter of new agent that i have created at local to remote, what should I do? When I dispatch it do I need to know the address or agent of remote host or not?
Thanks in advance