Skip to content

koestler/go-victron

Repository files navigation

go-victron

Audit & Test Go Reference

A go implementation of Victron Energy's VE.Direct and BLE protocols.

Usage

See https://pkg.go.dev/github.com/koestler/go-victron for documentation.

To install the cli run:

go install github.com/koestler/go-victron/vecli@latest

Development

Install local dependencies / build tools:

go install github.com/swaggo/swag/cmd/swag@latest
go install go.uber.org/mock/mockgen@latest
go install honnef.co/go/tools/cmd/staticcheck@latest

Build test and audit the code:

go generate ./...
go build ./...
go vet ./...
go test ./...
staticcheck ./...

About

A go implementatino of Victron Energy's VE.Direct and BLE protocols.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages