dbeasy / xDripG5

Make your G5 data truly mobile.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

xDripG5

CI Status Carthage compatible Version License Platform

A iOS framework providing an interface for communicating with the G5 glucose transmitter over Bluetooth. The name and inspiration comes from xDrip, a breakthrough application for connecting to the G4 system.

Please note this project is neither created nor backed by Dexcom, Inc. This software is not intended for use in therapy.

Requirements

This framework connects to a G5 Mobile Transmitter via Bluetooth LE. It does not connect to the G4 Share Receiver or any earlier CGM products.

Installation

Carthage

xDripG5 is available through Carthage. To install it, add the following line to your Cartfile:

github "loudnate/xDripG5"

Note that you'll need to confgure your target to link against CommonCrypto.framework in addition to xDripG5.framework

CocoaPods

xDripG5 is available through CocoaPods. To install it, add the following line to your Podfile:

pod "xDripG5"

Usage

The quickest way to run the example project is via CocoaPods. Run pod try xDripG5 in the terminal. Since Bluetooth LE is required, you will need to build and run on a real device.

If you plan to run your app alongside the G5 Mobile application, make sure to set passiveModeEnabled to true.

Examples

glucose-badge – Display the latest glucose values as an app icon badge

Code of Conduct

Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.

License

xDripG5 is available under the MIT license. See the LICENSE file for more info.

About

Make your G5 data truly mobile.

License:MIT License


Languages

Language:Swift 96.4%Language:Ruby 2.5%Language:Objective-C 1.1%