OSD_IconOpen Seizure Detector

Free, Open Source tools to Alert Carers if someone suffers an Epileptic Seizure

View the Project on GitHub

Garmin Watch App

Source Code Repository

The (GarminSD) watch app is stored in its own github repository.

Build Instructions

The app is written in ‘MonkeyC’ which is quite like C++ but with less reliable type checking. You need the Garmin SDK which includes the compiler, libraries and emulators.

The repository README file includes build instructions - I recommend using the Visual Studio Code method rather than the command line.

The ‘develop’ branch includes a new ‘Dev Container’ which is a build environment which contains the Garmin SDK and watch simulators and should allow you to compile and test the app without much configuration - we would appreciate feedback on whether this is true or not so we can update the devcontainer or documentation to make it easier for future developers.

Code Structure

Source Code

The MonkeyC source files are in the source folder.

Resources

Text strings are stored in the resources folder. Alternative language translations are stored in resorces- folders.