NubeIO / iot-engine

IoT Engine
5 stars 1 forks source link
bacnet cluster docker iot-platform java8 k8s vertx

NubeIO IoT Platform

Build Status

IoT Platform provides a distributed system based on micro service that helps to:

Architecture

Go through Architecture-Overview

How to contribute

Must read:

Instruction

Install BACnet on PI

Tweak config

Assume you install jar file in /app/bacnet.

All changes then require restart service.

sudo systemctl restart nubeio-bacnet.service

In case of update memory usage in conf, need to re-update service by

sudo cp -rf /app/bacnet/conf/nubeio-bacnet.service /etc/systemd/system \
    && sudo systemctl daemon-reload \
    && sudo systemctl enable nubeio-bacnet.service \
    && sudo systemctl restart nubeio-bacnet.service