mirror of https://git.sr.ht/~michalr/go-satel
Michał Rudowicz 7ac13d8e47 | ||
---|---|---|
.github/workflows | ||
.build.yml | ||
.gitignore | ||
.pre-commit-config.yaml | ||
LICENSE | ||
README.md | ||
change_type.go | ||
commands.go | ||
frame.go | ||
get_name.go | ||
get_name_test.go | ||
go.mod | ||
go.sum | ||
satel.go | ||
satel_test.go | ||
scanner.go |
README.md
go-satel
go-satel is a Go library to integrate with Satel ETHM-1/ETHM-1 Plus module
The library is based on https://github.com/probakowski/go-satel .
Installation
go-satel is compatible with modern Go releases in module mode, with Go installed:
go get git.sr.ht/~michalr/go-satel
will resolve and add the package to the current development module, along with its dependencies.
Alternatively the same can be achieved if you use import in a package:
import "git.sr.ht/~michalr/go-satel"
and run go get
without parameters.
Usage
TODO