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.
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.
xDripG5 is available through Carthage. To install it, add the following line to your Cartfile:
github "LoopKit/xDripG5"
Note that you'll need to confgure your target to link against CommonCrypto.framework
in addition to xDripG5.framework
xDripG5 is available through CocoaPods. To install it, add the following line to your Podfile:
pod "xDripG5"
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.
glucose-badge – Display the latest glucose values as an app icon badge
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.
xDripG5 is available under the MIT license. See the LICENSE file for more info.