Skip to content

e154/smart-home-node

Repository files navigation

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