Hi,
I configure my SPADE system whit the configure.py without the parameter <name_platform> and in the file configuration file spade.xml the name of platform is the name of my linux system.
The configuration is:
<platform>
<hostname>ubuntu</hostname>
<port>5222</port>
<adminpasswd>secret</adminpasswd>
</platform>
Runspade.py work fine, but the agent don't work and have an error, can't register ...
The agent is define as:
a = MyAgent("agent@ububtu","secret")
If when i configure SPADE the name of platform is the IP address, it work fine !
The question is, the name platform must be only the IP address ?
Thanks !