go-satel/README.md

928 B

go-satel

go-satel is a Go library to integrate with Satel ETHM-1/ETHM-1 Plus module

builds.sr.ht status Go Report Card

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