Skip to content

ubap/go-home

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quick start

make build
make test

To add user

make user
make deploy

To download logs

make logs

Cross compile

On windows

$env:GOOS = ""; $env:GOARCH = "";
go build .

On Mac

-s -w linker flags strip debug information, making the binary smaller

GOOS=linux GOARCH=arm64 go build -o goHome-rpi -ldflags="-s -w" .

About

A millisecond-fast controller for your Komfovent recuperator, replacing the snail-slow Komfovent app.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors