1 / 15

JADE: installation and “Hello World” application Fabiano Dalpiaz

JADE: installation and “Hello World” application Fabiano Dalpiaz Agent-Oriented Software Engineering (AOSE) 2009-10. What is JADE?. JADE - Java Agent DEvelopment Framework is a framework to develop and run multi-agent systems in compliance with the FIPA specifications.

Télécharger la présentation

JADE: installation and “Hello World” application Fabiano Dalpiaz

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. JADE: installation and “Hello World” application Fabiano Dalpiaz Agent-Oriented Software Engineering (AOSE) 2009-10

  2. F. Dalpiaz - AOSE 2009 What is JADE? JADE - Java Agent DEvelopment Framework is a framework to develop and run multi-agent systems in compliance with the FIPA specifications. Developed by Telecom Italia @TILab Distributed under LGPL Can be downloaded from http://jade.tilab.com Free registration is required

  3. F. Dalpiaz - AOSE 2009 Again, what is JADE? Agents JADE

  4. F. Dalpiaz - AOSE 2009 Where can I find help? JADE administrator guide http://jade.tilab.com/doc/administratorsguide.pdf JADE programmer guide http://jade.tilab.com/doc/programmersguide.pdf Examples & tutorials http://jade.tilab.com/doc/index.html The JADE book Developing Multi-Agent Systems with JADE Fabio Bellifemine, Giovanni Caire, Dominic Greenwood Editor: WILEY ISBN: 978-0-470-05747-6

  5. F. Dalpiaz - AOSE 2009 Main features of JADE JADE is a middleware that facilitates the development of multi-agent systems. It includes A runtime environment where JADE agents can “live” and that must be active on a given host before one or more agents can be executed on that host. A library of classes that programmers have to/can use (directly or by specializing them) to develop their agents. A suite of graphical tools that allows administrating and monitoring the activity of running agents.

  6. F. Dalpiaz - AOSE 2009 FIPA-compliance JADE complies with the FIPA standards FIPA = Foundation for Intelligent Physical Agents Its standards include: Agent communication (ACL) Agent management Agent message transport Abstract architecture Applications http://www.fipa.org/

  7. F. Dalpiaz - AOSE 2009 Containers and Platforms A JADE platform enables agents' execution. Platforms are composed of one or more containers A main containerdiffers from normal containers as it holds two special agents (automatically started when the main container is launched). The AMS (Agent Management System) provides the naming service (i.e. ensures that each agent in the platform has a unique name) and represents the authority in the platform (for instance it is possible to create/kill agents on remote containers by requesting that to the AMS). The DF (Directory Facilitator) provides a Yellow Pages service by means of which an agent can find other agents providing the services he requires in order to achieve his goals.

  8. F. Dalpiaz - AOSE 2009 Installing JADE Download and install JAVA JDK Go to http://jade.tilab.com/download.php Register (create your user) Login and download jadeAll.zip Extract jadeAll.zip to a folder (e.g., c:\jade, /home/user/jade) We will refer that folder JADE_HOME from now on Add the following files to CLASSPATH: . JADE_HOME/lib/http.jar JADE_HOME/lib/iiop.jar JADE_HOME/lib/jade.jar JADE_HOME/lib/jadeTools.jar Windows: SET CLASSPATH=%CLASSPATH%; .; c:\jade\lib\http.jar; c:\jade\lib\iiop.jar; c:\jade\lib\jade.jar; c:\jade\lib\jadeTools.jar;

  9. F. Dalpiaz - AOSE 2009 Installing JADE Test your JADE installation: execute java jade.Boot -gui

  10. F. Dalpiaz - AOSE 2009 A simple exercise with the GUI TODO: Repeat the same exercise with two providers Run the sniffer to monitor what happens da0 da1

  11. F. Dalpiaz - AOSE 2009 Next classes We will cover the main topics of JADE Hands on! Exercises Discussion Project assignments Simulation of a real-life scenario as a multi-agent system You will receieve detailed specification Creativity is required to simulate at best 2-3 members per team We will give you hints and check the progress of your projects

More Related