Açıklama Yok

Deniz Cengiz 26afc38c0a Merge pull request #935 from bastiaanv/fix/delta-mmoll 3 ay önce
.github b580022229 Update unit test GitHub workflow (#954) 3 ay önce
BuildTools 8c69d2c41e Swiftformat 5 yıl önce
CGMBLEKit @ a442ea0a21 1fa7da8b32 update CGMBLEKit: SHA change only, no code difference, align with LoopKit 4 ay önce
DanaKit @ bad8fad9cc 0d25e9613d update DanaKit, 299331d4e..bad8fad9c; 4 ay önce
G7SensorKit @ ee064ddcc1 534b346c58 update G7SensorKit: add support for G7 15-day, align with LoopKit 4 ay önce
LibreTransmitter @ 38cc483f3d 8ff7ad2978 update LibreTransmitter: decrease unused logging, localizations 4 ay önce
LiveActivity 32d854b71e style: update LA 6 ay önce
LoopKit @ edd4e6037d 407b023cb9 update LoopKit: purge old logs (Loop only), localizations 4 ay önce
MinimedKit @ d52c0f8f1f a7d2f551c6 update MinimedKit: Add CAGE and IAGE to UI, localization 4 ay önce
Model 4f8030d011 Add "Color Mode" to Contact Complication Image options 4 ay önce
OmniBLE @ ffec85de22 063217f968 update OmniBLE: fix test case to work with Xcode 26 4 ay önce
OmniKit @ 64731f0b31 7902a4bd21 update submodules: localizations 4 ay önce
RileyLinkKit @ 83b211a442 7902a4bd21 update submodules: localizations 4 ay önce
TidepoolService @ b4fb9a0672 7902a4bd21 update submodules: localizations 4 ay önce
Trio 51985df768 Merge branch 'dev' into fix/delta-mmoll 3 ay önce
Trio Watch App 30b321969c Rename folders and files to remove redundant TrioWatch bits 1 yıl önce
Trio Watch App Extension 38e8e7cc43 Remove unused Dark Color Appearances 4 ay önce
Trio Watch App Tests 93d539cc61 Remove left over UI Test code 1 yıl önce
Trio Watch Complication 03faf72c7d increase resolution of AW complication icons 1 yıl önce
Trio.xcodeproj 6a2a99e598 feat: Add settings export functionality (#701) 3 ay önce
Trio.xcworkspace 95054e3d8f chore: cleanup unused Dependency folder 6 ay önce
TrioTests 6a2a99e598 feat: Add settings export functionality (#701) 3 ay önce
dexcom-share-client-swift @ 82a9179d44 a569bf81cd chore: update submodules from upstream repositories, translations and fixes 5 ay önce
fastlane d453ce26c8 Merge branch 'dev' into update_build_action 5 ay önce
patches 6d08762476 add optional customization template to build_trio, add patches folder 1 yıl önce
scripts 6598cc2029 Add missing comma to prevent linting for DanaKit 4 ay önce
trio-oref f8e3b858f4 feat(algo): Pull in trio-oref change; remove short and long delta condition to allow looping past 45min unchanged 400 readings 6 ay önce
.gitignore b79d0904ba SHA for submodules 1 yıl önce
.gitmodules cd2a2092f5 update .gitmodules to point to loopandlearn for DanaKit 1 yıl önce
BuildDetails.plist 1a4fd6a4cd TidePool implementation : Config to log to the service 2 yıl önce
CODE_OF_CONDUCT.md ee60735cbd Update links to use redirect 1 yıl önce
Config.xcconfig 6c81cf3ca7 CI: Bump APP_DEV_VERSION to 0.6.0.48 [skip ci] 3 ay önce
Gemfile 5eb3edf003 update to fastlane 2.231.0 using bundler 4.0.4 4 ay önce
Gemfile.lock 5eb3edf003 update to fastlane 2.231.0 using bundler 4.0.4 4 ay önce
LICENSE.txt 5603716d48 Create LICENSE.txt 5 yıl önce
PRIVACY_POLICY.md ee60735cbd Update links to use redirect 1 yıl önce
README.md b823dd48c8 fix(README): Fix Crowdin list item 1 yıl önce
Rambafile 9f7bb34406 fix Rambafile 4 yıl önce
TDDStored+CoreDataClass.swift e8dde6e6a3 TDD Service 1 yıl önce
TDDStored+CoreDataProperties.swift e8dde6e6a3 TDD Service 1 yıl önce
blacklisted-versions.json a5a89190de Notification for new versions 1 yıl önce
crowdin.yml f404fc49bf New release 2.3.3 2 yıl önce
oref0_source_version.txt 112fde804f chore(algo): Update trio-oref source reference after merge of nightscout/trio-oref#49 6 ay önce

README.md

Trio

Introduction

Trio - an automated insulin delivery system for iOS based on the OpenAPS algorithm with adaptations for Trio.

The project started as Ivan Valkou's FreeAPS X implementation of the OpenAPS algorithm for iPhone, and was later forked and rebranded as iAPS. The project has since seen substantial contributions from many developers, leading to a range of new features and enhancements.

Following the release of iAPS version 3.0.0, due to differing views on development, open source, and peer review, there was a significant shift in the project's direction. This led to the separation from the Artificial-Pancreas/iAPS repository, and the birth of Trio as a distinct entity. This transition marks a new phase for the project, symbolizing both its evolution and the dynamic nature of collaborative development.

Trio continues to leverage a variety of frameworks from the DIY looping community and remains at the forefront of DIY diabetes management solutions, constantly evolving with valuable contributions from its community.

To download this repo:

You can either use the Build Script or you can run each command manually.

Build Script:

If you copy, paste, and run the following script in Terminal, it will guide you through downloading and installing Trio. More information about the script can be found here.

/bin/bash -c "$(curl -fsSL \
  https://raw.githubusercontent.com/loopandlearn/lnl-scripts/main/TrioBuildSelectScript.sh)"

Command Line Interface (CLI):

In Terminal, cd to the folder where you want your download to reside, change <branch> in the command below to the branch you want to download (ie. dev), and press return.

git clone --branch=<branch> --recurse-submodules https://github.com/nightscout/Trio.git && cd Trio

Create a ConfigOverride.xcconfig file that contains your Apple Developer ID (something like 123A4BCDE5). This will automate signing of the build targets in Xcode:

Copy the command below, and replace xxxxxxxxxx by your Apple Developer ID before running the command in Terminal.

echo 'DEVELOPER_TEAM = xxxxxxxxxx' > ConfigOverride.xcconfig

Then launch Xcode and build the Trio app:

xed .

To build directly in GitHub, without using Xcode:

Instructions:

Instructions in greater detail, but not Trio-specific:

Please understand that Trio is:

  • an open-source system developed by enthusiasts and for use at your own risk
  • not CE or FDA approved for therapy.

Documentation

Support

Contribute

If you would like to give something back to the Trio community, there are several ways to contribute:

  • Help others: assist users by answering questions and guiding them in support communities.
  • Improve the documentation: update or expand TrioDocs to help users build and use Trio.
  • Improve the app: contribute code, features, or fixes to the Trio iOS app.

Pay it forward

When you have successfully built Trio and managed to get it working well for your diabetes management, it's time to pay it forward. You can start by responding to questions in the Facebook or Discord support groups, helping others make the best out of Trio.

Translate

Trio is translated into several languages to make sure it's easy to understand and use all over the world. Translation is done using Crowdin, and does not require any programming skills. If your preferred language is missing or you'd like to improve the translation, please sign up as a translator on Crowdin.

Develop

Do you speak JS or Swift? Do you have UI/UX skills? Do you know how to optimize API calls or improve data storage? Do you have experience with testing and release management? Trio is a collaborative project. We always welcome fellow enthusiasts who can contribute with new code, UI/UX improvements, code reviews, testing and release management. If you want to contribute to the development of Trio, please reach out on Discord or Facebook.

For questions or contributions, please join our Discord server.