Open Source CPAP Analysis Reporter A fork of sleepyhead/sleepyhead-code
Go to file
2020-04-23 16:11:48 -04:00
anotDump Added Annotation dump program and fixed edfparser to make it work 2019-08-04 21:49:17 -04:00
Building Cleaned up README file and added BUILD-Linux.md instructions 2020-04-23 16:11:48 -04:00
dumpSTR update dumpSTR to use the standard edfparser files 2020-02-21 11:29:00 -05:00
history Moved configure script to history so it's not used by accident 2019-04-29 12:40:23 -04:00
Htmldocs Update release notes with PRS1 fixes. 2020-04-22 17:14:59 -04:00
oscar Fix (mask) pressure waveform scaling for PRS1 960T. 2020-04-22 17:14:59 -04:00
Translations Update release-notes and some language names 2020-04-16 08:20:51 -04:00
.gitignore Add ignore of JSON file used by Sourcetrail. 2019-05-21 15:14:18 -07:00
anotDump.pro Added Annotation dump program and fixed edfparser to make it work 2019-08-04 21:49:17 -04:00
CONTRIBUTING.md Update CONTRIBUTING with branch character limitations. 2020-03-21 23:42:32 +00:00
COPYING Standardize project modelines and include license and copyright. 2014-04-10 13:29:53 +10:00
Doxyfile Change options to make report more complete 2019-09-16 11:57:45 -07:00
dumpSTR.pro update dumpSTR to use the standard edfparser files 2020-02-21 11:29:00 -05:00
makedoxy.bat Batch file to make running Doxygen easier. Improvements to Doxyfile control file. 2019-05-20 01:29:31 -07:00
OSCAR_QT.pro Fix disabling dark mode on macOS Mojave 2019-05-27 05:51:44 +02:00
README Cleaned up README file and added BUILD-Linux.md instructions 2020-04-23 16:11:48 -04:00
utf8.sh Add dir=rtl for ar and he per AK, and save a utf-8 conversion script 2020-04-08 08:17:50 -04:00

OpenSource CPAP Analysis Reporter - OSCAR

OSCAR is a derivative of SleepyHead version 1.1.0, created when that was abandoned by Mark Watkins.

SleepyHead was a cross platform, opensource sleep tracking program for reviewing CPAP and Oximetry data,
which are devices used in the treatment of Sleep Disorders like Obstructive Sleep Apnea. It was released
under the GPL version 3 license. See the file COPYING for those details.

SleepyHead was written by Mark Watkins (aka Jedimark), an Australian software developer afflicted with sleep apnea.

SleepyHead was copyright (C) 2011-2018 by Mark Watkins <mark@jedimark.net>

Portions of OSCAR are copyright (c) 2019, 2020 by The OSCAR Team <oscar@oscar-team.org>

Minimum Requirements: 
-------------------
All systems need either qtcreator or qttools5-dev-tools and a C++ compiler and linker

All systems need the packages qt5-default, libqt5serialport5, libqt5serailport5-dev and libqt5opengl5-dev

Oscar can be built without the Help module with Qt5.7 SDK (for Debian Stretch, for example)

The Help module (The Help texts are incomplete, and language support is incomplete) requires Qt5.9 SDK,
additionally, the QT modules libqt5help5, qttools5-dev, and qttools5-dev-tools are required.

Linux also needs libudev-dev and zlib1g-dev
The current pre-built downloads use the distribution-supplied version of Qt.

OSX needs an Xcode version that supports the version of Qt to be used, and commandline tools from AppStore,
The current pre-built downloads use Qt5.12.8.

Windows needs MinGW (in Qt5 SDK) or VC++2015 Community, and a matching set of Qt libraries.
The current pre-built downloads use Qt5.12.8.

Windows Building: See Building/Windows/BUILD-WIN.md
-----------------

MacOS Building: See Building/Windows/BUILD-mac.md
---------------

Linux Building: See Building/Windows/BUILD-Linux-md
---------------

Software Licensing Information
------------------------------
OSCAR is released under the GNU GPL v3 License. Please see below for a note on giving correct attribution
in redistribution of derivatives.

It is built using Qt SDK (Open Source Edition), available from http://qt.io.

Redistribution of derivatives ( a note added by Mark Watins )
-----------------------------
Mark Watkins created this software to help lessen the exploitation of others. Seeing his work being used to exploit others
is incredibly un-motivational, and incredibly disrespectful of all the work he put into this project.

If you plan on reselling any derivatives of SleepyHead, I specifically request that you give due credit and
link back, mentioning clearly in your advertising material, software installer and about screens that your
derivative "is based on the free and open-source software SleepyHead available from http://sleepyhead.jedimark.net,
developed and copyright by Mark Watkins (C) 2011-2018."

It is not enough to reference that your derivative "is based on GPL software".