Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 1.19 KB

README.md

File metadata and controls

22 lines (13 loc) · 1.19 KB

Chronos Agent

Reference implementation of an agent library written in Java. This library handles all the communication with Chronos Control including the upload of the results. It provides an interface with all necessary methods required for adding Chronos support to an existing evaluation client.

Getting Started

  • Chronos Agent is published to Maven Central. Make sure that you have mavenCentral() to the repositories in your gradle build file.
  • Add implementation group: 'org.chronos-eaas', name: 'chronos-agent', version: '2.4.2' to your dependencies.
  • Extend the AbstractChronosAgent class, call YourClass.start() in your main method, and you are good to go!

    Assuming that you already have a running Chronos Control instance

Roadmap

See the open issues for a list of proposed features (and known issues).

Contributing

We highly welcome contributions to the Chronos project. If you would like to contribute, please fork the repository and submit your changes as a pull request.

License

The MIT License (MIT)