Open Source CPAP Analysis Reporter A fork of sleepyhead/sleepyhead-code
Go to file
2019-02-14 20:37:29 -05:00
history Add the python scripts I used to RE the CMS50F protocol for posterity 2016-02-28 10:12:16 +10:00
oscr More SleepyHead->OSCR, and remove Updater and Donate features 2019-02-14 20:37:29 -05:00
thirdparty Renamed directories to fit OSCR 2019-02-11 17:37:29 -05:00
Translations removed exec permission 2019-01-29 12:50:36 -05:00
.gitignore Pass strings as const references in MachineLoaders 2018-04-27 14:29:03 +10:00
BundleThirdParty Renamed directories to fit OSCR 2019-02-11 17:37:29 -05:00
configure F9 and F10 hotkeys to hide daily panel sidebar and calendar 2014-08-05 07:28:27 +10:00
COPYING Standardize project modelines and include license and copyright. 2014-04-10 13:29:53 +10:00
Doxyfile sleepyhead changed to OSCR where appropriate 2019-02-13 13:22:54 -05:00
OSCR_QT.pro Allow Help-less builds on Qt 5.7 2019-02-11 17:40:24 -05:00
README sleepyhead changed to OSCR where appropriate 2019-02-13 13:22:54 -05:00
version.sh Reset version number 2019-02-13 13:20:46 -05:00

OpenSource CPAP Review - OSCR

OSCR started as a maintenance fork of SleepyHead version 1.1.0 when that was abandoned by Mark Watkins.

SleepyHead was 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>

Most of OSCR is copyright (c) 2011-2018 by Mark Watkins <mark@jedimark.net>
Portions of OSCR are copyright (c) 2019 by Nightowl Software <michaelnightowl99@gmail.com>

Requirements:
-------------
Qt5.9 SDK with help (Qt5.9 from http://qt.io/download-open-source recommended)
Qt5.7 SDL without help is possible (for Debian Stretch)
Linux needs libudev-dev for qserialport to compile

OSX needs Xcode and commandline tools from AppStore,

Windows needs MinGW (in Qt5 SDK) or VC++2015 Community, and a matching set of Qt libraries.

Building:
--------

Recommend shadow building to not cruft up the source code folder:

cd ..
mkdir build
cd build
qmake ../oscr-code/OSCR_QT.pro 
make

You may need to add a -spec option to qmake to suit your platform. 
Adding -j4 speeds up the make command on a dual core or greater system.

Building on OSX:
---------------
Build as above. If qmake fails with the error:
Project ERROR: Xcode not set up properly. You may need to confirm the license agreement by running /usr/bin/xcodebuild
edit the file: 
QT_INSTALL_DIR/5.9/clang_64/mkspecs/features/mac/default_pre.prf

and replace
/usr/bin/xcrun -find xcrun 2>/dev/null

with
/usr/bin/xcrun -find xcodebuild 2>/dev/null



Software Licensing Information
------------------------------
OSCR 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.

It also uses QuaZip, by Sergey A. Tachenov, which is a C++ wrapper over Gilles Vollant's ZIP/UNZIP package
http://sourceforge.net/projects/quazip/

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".