Location transparency
Hello!
I am developing a basic arquitecture for a Multi-Agent System under the FIPA Standard, and I am using Ice to develop it.
When an agent start up, I must provide a mechanism so that the agent can adquire an address. This mechanism must be transparent (because an agent can be executed in different computers), therefore I need Ice chooses the endpoints for the agent.
I have tried to use the IceGrid::Admin interface in a similar way that the Ice Documentation exposes (page 1035), but I obtain an Ice::NoEndpointException. I suppose this exception is the result of not specifying the endpoints, but I want Ice does it for me so that each agent can be a well-known object.
Thank you very much.
Full name: David Vallejo Fernández
University of Castilla-La Mancha (Spain)
ICE Project: basic-fipa-multiagentsystem