smartrplace-tools
Overview
This repository contains tools for OGEMA. Content:
- schedule-management: a GUI for managing time series (create, copy, import/export data, plot) from various sources (schedules [OGEMA time series resources], log data, CSV files, etc.).
- ogema-timeseries-rest: a generic REST interface for accessing time series data in OGEMA. See the Wiki page.
- graal-osgi: a wrapper to make graal-js available as Javascript script engine to OGEMA. See README.
Most of the tools require Java 8 or higher.
Build
Prerequisites: git, Java and Maven installed, OGEMA widgets binaries available.
- Clone this repository
- In a shell, navigate to the src folder and execute
mvn clean install
.