FreeAPS X
FreeAPS X - an artificial pancreas system for iOS based on OpenAPS Reference algorithms
FreeAPS X uses original JavaScript files of oref0 and provides a user interface (UI) to control and set up the system
Documentation
freeAPS X original github
Overview & Onboarding Tips on Loop&Learn
OpenAPS documentation
Updated to include dashpod
- replace the Rileylink package to the Loop version of 2 august 2022
- replace the Loopkit package to the Loop version of 2 august 2022
- add the MKRingProgressView from the Loop version of 2 august 2022
- add the OMNIBLE package from the Loop version of 2 august 2022
_ modify the order of compilation for CGMBLEKit (header before compilation)
## Changes in package
The only change required is the public access to managedIdentifier for omnipod, medtronic et dash. Loop doesn't use it but FAX requires it.
//public let managerIdentifier: String = "Omnipod-Dash" // use a single token to make parsing log files easier
public static let managerIdentifier = "Omnipod-Dash"
public var managerIdentifier: String {
return OmniBLEPumpManager.managerIdentifier
}
## Changes in freeapsx
In the different views :
- In home view, add Bluetooth
- in pump config model, change the PumpConfig.StateModel extension
- add the bluetooth and correct new interfaces in settings pump views
- change the view for settings max basal /bolus in pump
- Improve the log message in MainStateModel + UserNotificationManager + Router
In deviceDataManager :
- add the management of the issue alert (lot of changes with the previous version in the alert management by LoopKit) - Send the alert to UNNotification (modify also)
issues
- unable to display all the screens when setup a new pump
choice of the insulin for the pump.
- unable to use truetime for NTP sync. Not yet used by Loop