e154 / smart-home-node

software package for automation

Home Page:http://e154.github.io/smart-home/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

software package for automation

http://e154.github.io/smart-home/

License:GNU General Public License v3.0


Languages

Language:Go 95.1%Language:Shell 2.4%Language:Makefile 2.2%Language:Dockerfile 0.3%