Programmer APIs
There are several APIs within Roboconf.
Most of them are illustrated here and there in this developer guide.
- The agent’s monitoring API, or how agents can monitor programs.
- The core, with the helpers and the model classes.
- The manager API, which is the DM’s main class.
- The messaging API, or how the DM and agents can interact together.
- The plugin API, or how to manage the life cycle of Software components.
- The target API, or how to manage deployment infrastructures.
These library will become API for real only when Roboconf reaches version 1.0.
Also, notice that packages that contain internal cannot be considered as API.
Here is the documentation for version 0.9.
API | Online Javadoc | Javadoc JAR |
---|---|---|
Agent Monitoring API | View | Download |
Core API | View | Download |
Manager API | View | Download |
Messaging API | View | Download |
Plugin API | View | Download |
Target API | View | Download |
Here is the documentation for version 0.8.
API | Online Javadoc | Javadoc JAR |
---|---|---|
Agent Monitoring API | View | Download |
Core API | View | Download |
Manager API | View | Download |
Messaging API | View | Download |
Plugin API | View | Download |
Target API | View | Download |
Here is the documentation for version 0.7.
API | Online Javadoc | Javadoc JAR |
---|---|---|
Agent Monitoring API | View | Download |
Core API | View | Download |
Manager API | View | Download |
Messaging API | View | Download |
Plugin API | View | Download |
Target API | View | Download |
Older versions are also available on our Maven repositories, but are not worth being mentioned here.