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.
go install github.com/antima/moody-core@latest
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