ecc1 / medtronic

Go package for communicating with Medtronic insulin pumps via SPI-attached radio modules
MIT License
38 stars 29 forks source link

medtronic

The medtronic package provides functions for communicating with Medtronic insulin pumps using SPI-connected radio modules.

Decoding of messages to and from the pump is derived primarily from Ben West's pioneering "Decoding Carelink" work, along with Pete Schwamb's code for RileyLink.

Radio configuration

The medtronic package and any programs that use it must be built with the appropriate Go build tag for the radio. Currently supported radios:

The default is the CC111x driver if no tags are specified.

Utility programs

The cmd directory contains a number of command-line applications:

Documentation

https://godoc.org/github.com/ecc1/medtronic