/smart-home-node

software package for automation

Primary LanguageGoGNU General Public License v3.0GPL-3.0

Smart home node

Project site | Server

status License: GPL v3

Branch Status
master Build Status
dev Build Status

Attention! The project is under active development.

Installation for development

access to serial port

sudo gpasswd --add ${USER} dialout

or

sudo usermod -a -G dialout ${USER}

You then need to log out and log back in again for it to be effective.

git clone https://github.com/e154/smart-home-node $GOPATH/src/github.com/e154/smart-home-node

cd $GOPATH/src/github.com/e154/smart-home-node

go mod vendor

go build

LICENSE

GPLv3 Public License