Skip to content
/ moody Public

An open-source architecture for interfacing smart homes with WSAN based technologies.

Notifications You must be signed in to change notification settings

antima/moody

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

moody

An open-source smart home hub by antima.it

Contents

Installation

Clone the repo and cd into it:

git clone https://github.com/Abathargh/moody-go
cd moody-go

Run via docker-compose:

Once you have initialized the configuration files and the certificates, you can start using moody through docker, interfacing with the admin panel reachable from http://localhost:3000.

docker-compose up --build -d

Pre-built images for each service are available at https://hub.docker.com/u/abathargh. More instructions about every feature can be found in each subfolder.

Run via make

If your backend services are hosted on another machine, where the api gateway is reachable, you can build and run the front-side (broker + gateway + webapp) via make. In this case you will need to install nodejs, npm mosquitto and golang, then run:

make build-front
make run-front

# Stop with
make stop-front

About

An open-source architecture for interfacing smart homes with WSAN based technologies.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published