This repository contains projects that demonstrate some of the functionality of the Dorset framework. Each project has its own readme that explains how to build and run it. The Java projects are all maven-based and can be built from the base directory with
mvn clean package
The calculator project is a simple command line interface to the Dorset framework. A single agent is configured which provides the calculator functions.
A sample remote agent implemented in python.
The web project leverages Dorset's web api to provide a web browser based user interface.