I was working on Java Agent Development Framework, which is the language of creating mobile agents. I was wondering that the code that I will write in JADE, will work over HTTP or below the HTTP? As I am opaque to the inside working and execution of JADE I couldn’t get the answer directly…Thanks in advance 🙂
I was working on Java Agent Development Framework, which is the language of creating
Share
JADE (or more generally FIPA standard) introduces the concept of platform consisting of one or more containers on which agents live. Each container is made up by a separate JVM. JADE distinguishes between two types of communication, depending on where the talking agents live:
Depending on where the talking agents live, different protocol will be used.
For intra-platform communication one of the following transport protocols will be used:
For inter-platform communication one of the following transport protocols will be used:
Since the question is specific to JADE platform, I strongly encourage you to use JADE mailing list: http://jade.tilab.com/newuser.php