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