Skip to content

Latest commit

 

History

History
55 lines (40 loc) · 1.16 KB

README.md

File metadata and controls

55 lines (40 loc) · 1.16 KB

BUTLER-SENSOR-MANAGER

About

Sensors based on butler-arduino-sensor publish data to MQTT broker.

butler-sensor-manager performs processing of the published information and stores compatible data types to InfluxDB. InfluxDB is an open source database specialized on handling time series data with high availability and high performance requirements.

Prepare build environment

Java Development Kit

Install Oracle JDK 8 or later.

Apache Maven

Install Apache Maven version 3.2.2 or later.

Building

Raspberry Pi

Building package for Raspberry Pi.

  • Go to the project directory:
cd <project directory>
  • Use Maven to start build:
mvn package
  • The resulting deb file is located in <project directory>/target directory. See <name>-<version>-all.deb file.

Usage

TBD

Configuration

TBD