/dorset-demos

Demo application for the Dorset Project

Primary LanguageJavaApache License 2.0Apache-2.0

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.