TuCSoN4JADE Home

What is 

 (T4J for short) is a Java library enabling JADE agents to exploit TuCSoN coordination services wrapped as an ad-hoc API into a JADE kernel service.

JADE is a FIPA-compliant Java-based agent development framework featuring standard MAS middleware features such as agent mobility, white and yellow pages service, ACL-based message passing, and built-in FIPA protocols. TuCSoN is a Java-based middleware providing software agents with coordination as a service via programmable logic tuple spaces, called tuple centres. By combining TuCSoN and JADE, T4J aims at providing MAS engineers with a full-featured MAS middleware, enabling them to exploit both dimensions of agent-oriented software engineeringindividual, through #jade() agents; social, via TuCSoN tuple centres — in a complete and well-balanced way.

T4J is available under GNU LGPL license.

Getting Started

<ul style="list-style-type: decimal">
  <li>Download t4j.jar archive from the Downloads section on its Bitbucket repository</li>
  <li>Download the libraries it depends on:</li>
  <ul style="list-style-type: disc">
    <li>#jade() &mdash; from its Download page (jade.jar)</li>
    <li>#tucson() &mdash; from its Downloads section (tucson.jar)</li>
    <li>#tuprolog() &mdash; from its Download section (2p.jar)</li>
  </ul>
  <li>Open a command prompt in the folder where you put all the four jars above, then type:</li>
  <ul style="list-style-type: disc">
    <li> on Linux & Mac OS </li>
    

java -cp t4j.jar:tucson.jar:2p.jar:jade.jar jade.Boot -gui -services it.unibo.tucson.jade.service.TucsonService

    <li>on Windows</li>
    

java -cp t4j.jar:tucson.jar;2p.jar;jade.jar jade.Boot -gui -services it.unibo.tucson.jade.service.TucsonService

  </ul>
  <li>#jade() GUI should appear as depicted below:</li>
  <ul style="list-style-type: none">
    <li>t4j-running.jpeg</li>
   <li>{t4j-running.png|width=800|height=300}</li>
  </ul>
</ul>

{{/html}}
{{/velocity}}

Logo

Riferimenti

Giovanni Ciatto email  |  Andrea Omicini email  |  Stefano Mariani email

Link

Official  |  APICe  |  Google Code  |  SourceForge  |  FaceBook

2P  |  A&A  |  MoK  |  ReSpecT  |  T4J  |  T4Jn