Version 6 (modified by ntj, 8 years ago)
--

bora

Bora (build once run always) framework is an ADEI extension for a static monitoring web page. Bora always monitors the latest value from the measurement parameters recorded in ADEI. The philosophy of bora is to enable users to create the static monitoring web page without the knowledge of web programming.

Installation

$ git clone https://github.com/kit-ipe/bora.git
$ cd bora

We need to create a config file for each ADEI server.

$ touch config.yaml
$ vi config.yaml

Add the following information in the config file.

type: 'adei'
polling: 2
username: YOURUSERNAME
password: YOURPASSWORD
script: 'services/getdata.php'
server: ADEISERVER
path: YOURPATH