tinyMAS: a Tiny MultiAgent Java Platform

The Tiny Multiagent Platform is a very small platform which permits to implement and run agent-based systems.

This platform was written by Stéphane GALLAND and Nicolas GAUD for the multiagent courses of the Computer Science Department of the University of Technology of Belfort-Montbéliard.

This platform is distributed under the GNU Lesser General Public License.

You are welcome to contribute.

The Tiny Multiagent Platform contains the following projects:

  • org.arakhne.tinyMAS.core: the core implementation of the platform including kernel, scheduler, white pages, yellow pages, agents, environment, influence and perception.
  • org.arakhne.tinyMAS.network: an extension of the tinyMAS platform that supports kernels distributed on a network.
  • org.arakhne.tinyMAS.situatedEnvironment: an extension of the tinyMAS core platform that provides features for situated environments: environment, body, perception and influence.
  • org.arakhne.tinyMAS.demo: demos that illustrate several features of the tinyMAS platform.

 
Industry-Ready Platform

tinyMAS is dedicated to students. If you are searching for an industry-ready platform, please take a look at the:

Janus Project
 
Demos

See tinyMAS demo page.

 
Online Documentation

See online documentation.

 
Available Versions

PackageVersion
tinyMAS (binaries)6.1
tinyMAS-src (sources)6.1
tinyMAS-demos (demo sources)6.1
tinyMAS-docs6.1

 
Download the tinyMAS Platform

 
Change Log

See the Change Log.

 
Requirements

tinyMAS requires the arakhneRefs library.