Skip to content

Latest commit

 

History

History
60 lines (45 loc) · 3.52 KB

README.md

File metadata and controls

60 lines (45 loc) · 3.52 KB

fjåge

Framework for Java and Groovy Agents

developed by Mandar Chitre, Acoustic Research Laboratory

Introduction

fjåge provides a lightweight and easy-to-learn framework for agent-oriented software development in Java and Groovy. Although most of the functionality of the framework can be used in pure-Java projects, the adoption of Groovy in the project simplifies development immensely. Typically, initialization scripts, shell interaction and command scripts are written in Groovy. Agents and support classes may be written in Java or Groovy.

Key Features

  • Lightweight and fast
  • Easy to learn, and rapid agent development cycle
  • Agent development in Java or Groovy
  • Interactive Groovy shell and scripting
  • Easy switching between realtime operation and discrete event simulation

Documentation

Support

Binary Releases

Maven Central dependency:

<dependency>
  <groupId>com.github.org-arl</groupId>
  <artifactId>fjage</artifactId>
  <version>1.4.2</version>
</dependency>

License

fjåge is licensed under the Simplified (3-clause) BSD license. See LICENSE.txt for more details.