Skip to content
This repository has been archived by the owner on Apr 26, 2022. It is now read-only.

Latest commit

 

History

History
19 lines (15 loc) · 728 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 728 Bytes

Dorset Demos

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

calculator

The calculator project is a simple command line interface to the Dorset framework. A single agent is configured which provides the calculator functions.

python-agent

A sample remote agent implemented in python.

web

The web project leverages Dorset's web api to provide a web browser based user interface.