Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 508 Bytes

File metadata and controls

25 lines (16 loc) · 508 Bytes

JavaSake

Java port of the SAKE handshake protocol used by 700-series Medtronic pumps.

Mirrors the public surface of PythonSake so it can be consumed by the JavaPumpConnector Android application (and any other JVM project that needs to drive a SAKE handshake).

Build

./gradlew build

Test

./gradlew test

Requires JDK 11 or later.

License

GPL-3.0. See LICENSE.