A go implementation of Victron Energy's VE.Direct and BLE protocols.
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@latestInstall 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@latestBuild test and audit the code:
go generate ./...
go build ./...
go vet ./...
go test ./...
staticcheck ./...