Categorygithub.com/koestler/go-victron
repository
0.0.9
Repository: https://github.com/koestler/go-victron.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# README

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 ./...