Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 648 Bytes

README.md

File metadata and controls

30 lines (19 loc) · 648 Bytes

moody-core

This repository contains the main engine of the moody architecture.

You can use it to interface with sensors communicating via MQTT or running firmware based on Moody-frameworks, like MoodyNodeEsp.

Installation

go install github.com/antima/moody-core@latest

Build from source

The following command will build the application into the root directory of the repo.

mage build

To install moody globally and run it as a systemd service, after buiding, run:

sudo mage install