Download List

Project Description

DIET Agents is a multi-agent platform in Java. A
bottom-up design is used to ensure that the
platform is lightweight, scalable, robust,
adaptive, and extensible. It is especially
suitable for rapidly developing peer-to-peer
prototype applications and/or adaptive,
distributed applications that use bottom-up,
nature-inspired techniques.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2005-03-15 19:43
0.97

This release features relatively small changes, but ones that developers should find useful. The address parsing functionality in the core layer is now available through the AddressParser interface. In the ARC layer, the newly added MirrorFactory interface makes it much easier for agents to initiate remote communication. The MirrorChat and Running sample applications have both been updated to demonstrate this new functionality.
Tags: Minor feature enhancements

2004-12-23 22:16
0.96

The Application Reusable Components have been improved. Jobs have been updated to obey a more strict startup and shutdown contract, and the SubScheduler and EventManagerContainer classes have been added to facilitate this. The functionality of the SerialJobManager has been extended, as it now supports various modes. This is demonstrated in the new "job" sample application, which also illustrates how to use most of the newly added jobs. In the core layer, the visualisation models have been fully separated from their implementation. There are many other changes.
Tags: Major feature enhancements

2004-11-02 11:57
0.95

Support has been added for agent persistence. In
particular, changes in the core layer enable
serialization of agents while they are running.
Together with the newly added ability to pause
agents by locking them, this provides basic agent
persistence. The ARC layer functionality has been
enhanced to facilitate external control of groups
of agents. This can, for instance, be used in
order to save agents to file, as demonstrated by
the new "persistent sorting" demo application.
Furthermore, the platform now supports SSL
sockets. Several minor bugs were fixed, mostly
related to remote communication.
Tags: Major feature enhancements

2004-06-29 19:45
0.94

Support for remote communication (between agents on different machines) has been massively improved. There is now a robust and efficient implementation of Mirror agents which offers transparant remote communication. Furthermore, message channels are provided as another way of remote communication. There are new sample applications to demonstrate both remote communication schemes. In the core layer, the use of sockets has been generalised, and socket I/O errors can now be monitored. Many other improvements have been made as well, and several minor bugs have been fixed.
Tags: Major feature enhancements

2004-05-08 03:40
0.93

This is the first Java 1.1 compatible version. It enables you to run the platform in a wider range of environments, including hand-held devices and/or Web browsers without recent Java plug-ins.
Tags: Java 1.1, Initial freshmeat announcement

Project Resources