Skip to content

Commit

Permalink
included zeoDataDecoder library to read ZEOSLEEP.DAT files
Browse files Browse the repository at this point in the history
  • Loading branch information
evsc committed Sep 1, 2013
1 parent 4766c3f commit 21ff2b0
Show file tree
Hide file tree
Showing 188 changed files with 17,235 additions and 769 deletions.
2 changes: 1 addition & 1 deletion zeolibrary/.classpath
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
<classpathentry kind="src" path=""/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
<classpathentry kind="lib" path="core.jar"/>
<classpathentry kind="lib" path="serial.jar"/>
<classpathentry kind="lib" path="serial.jar" sourcepath="serial.jar"/>
<classpathentry kind="output" path=""/>
</classpath>
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ category = Data,Hardware
# repeating the name of your library here. Also, avoid saying anything redundant
# like mentioning that it's a library. This should start with a capitalized
# letter, and end with a period.
sentence = Tools for Zeo Sleep Manager raw data stream and csv exports.
sentence = Tools for Zeo Sleep Manager raw data stream and dat/csv files.

# Additional information suitable for the Processing website. The value of
# 'sentence' always will be prepended, so you should start by writing the
Expand All @@ -46,4 +46,4 @@ version = 5 # This must be parsable as an int

# The version as the user will see it. If blank, the version attribute will be
# used here.
prettyVersion = 0.2.3 # This is treated as a String
prettyVersion = 0.3.0 # This is treated as a String
Binary file modified zeolibrary/distribution/ZeoLibrary-5/download/ZeoLibrary-5.zip
Binary file not shown.
4 changes: 2 additions & 2 deletions zeolibrary/distribution/ZeoLibrary-5/download/ZeoLibrary.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ category = Data,Hardware
# repeating the name of your library here. Also, avoid saying anything redundant
# like mentioning that it's a library. This should start with a capitalized
# letter, and end with a period.
sentence = Tools for Zeo Sleep Manager raw data stream and csv exports.
sentence = Tools for Zeo Sleep Manager raw data stream and dat/csv files.

# Additional information suitable for the Processing website. The value of
# 'sentence' always will be prepended, so you should start by writing the
Expand All @@ -46,4 +46,4 @@ version = 5 # This must be parsable as an int

# The version as the user will see it. If blank, the version attribute will be
# used here.
prettyVersion = 0.2.3 # This is treated as a String
prettyVersion = 0.3.0 # This is treated as a String
Binary file modified zeolibrary/distribution/ZeoLibrary-5/download/ZeoLibrary.zip
Binary file not shown.
8 changes: 4 additions & 4 deletions zeolibrary/distribution/ZeoLibrary-5/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@ <h1>ZeoLibrary</h1>
<h2>ZeoLibrary</h2>
<p>
A library by <a href="http://www.evsc.net">evsc</a> for the <a href="http://www.processing.org" target="_blank">Processing</a> programming environment.<br>
Last update, 11/04/2012.
Last update, 09/01/2013.
</p>
<p>
Tools for Zeo Sleep Manager raw data stream and csv exports.<br>
Tools for Zeo Sleep Manager raw data stream and dat/csv files.<br>
Compute average sleep duration, REM, light, deep sleep values. Stream live-data from the Zeo Bedside Sleep Manager.<br>
Export your Zeo Sleep Manager data from their website, and import the .csv file into Processing. The library dissects the data, cleans out unusable nights, let's you access your sleep data easily and computes average values of your various sleep data values (total sleep, REM, light sleep, deep sleep, sleep onset time, awakenings, ...)
</p>
Expand All @@ -56,7 +56,7 @@ <h2>ZeoLibrary</h2>
<div id="download" class="clear">
<h2>Download</h2>
<p>
Download ZeoLibrary version 0.2.3 (5) in
Download ZeoLibrary version 0.3.0 (5) in
<a href="./download/ZeoLibrary-5.zip">.zip format</a>.
</p>
<h2>Installation</h2>
Expand All @@ -69,7 +69,7 @@ <h2>Installation</h2>
<div id="resources">
<p><strong>Keywords</strong>. </p>
<p><strong>Reference</strong>. Have a look at the javadoc reference <a href="./reference/index.html" target="_blank">here</a>. A copy of the reference is included in the .zip as well.</p>
<p><strong>Source</strong>. The source code of ZeoLibrary is available at <a href="http://code.google.com/p/zeolibrary/">Google Code</a>, and its repository can be browsed <a href="http://code.google.com/p/zeolibrary/source/browse/" target="_blank">here</a>.</p>
<p><strong>Source</strong>. The source code of ZeoLibrary is available at <a href="https://github.com/evsc/zeoLibrary">GitHub</a>, and its repository can be browsed <a href="https://github.com/evsc/zeoLibrary/tree/master/zeolibrary" target="_blank">here</a>.</p>
</div>


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_02) on Sun Nov 04 10:24:11 GMT-05:00 2012 -->
<!-- Generated by javadoc (build 1.6.0_34) on Sun Aug 18 15:12:02 EDT 2013 -->
<TITLE>
All Classes
</TITLE>

<META NAME="date" CONTENT="2012-11-04">
<META NAME="date" CONTENT="2013-08-18">

<LINK REL ="stylesheet" TYPE="text/css" HREF="stylesheet.css" TITLE="Style">

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_02) on Sun Nov 04 10:24:11 GMT-05:00 2012 -->
<!-- Generated by javadoc (build 1.6.0_34) on Sun Aug 18 15:12:02 EDT 2013 -->
<TITLE>
All Classes
</TITLE>

<META NAME="date" CONTENT="2012-11-04">
<META NAME="date" CONTENT="2013-08-18">

<LINK REL ="stylesheet" TYPE="text/css" HREF="stylesheet.css" TITLE="Style">

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_02) on Sun Nov 04 10:24:10 GMT-05:00 2012 -->
<!-- Generated by javadoc (build 1.6.0_34) on Sun Aug 18 15:12:02 EDT 2013 -->
<TITLE>
Constant Field Values
</TITLE>

<META NAME="date" CONTENT="2012-11-04">
<META NAME="date" CONTENT="2013-08-18">

<LINK REL ="stylesheet" TYPE="text/css" HREF="stylesheet.css" TITLE="Style">

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_02) on Sun Nov 04 10:24:11 GMT-05:00 2012 -->
<!-- Generated by javadoc (build 1.6.0_34) on Sun Aug 18 15:12:02 EDT 2013 -->
<TITLE>
Deprecated List
</TITLE>

<META NAME="date" CONTENT="2012-11-04">
<META NAME="date" CONTENT="2013-08-18">

<LINK REL ="stylesheet" TYPE="text/css" HREF="stylesheet.css" TITLE="Style">

Expand Down
4 changes: 2 additions & 2 deletions zeolibrary/distribution/ZeoLibrary-5/reference/help-doc.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_02) on Sun Nov 04 10:24:11 GMT-05:00 2012 -->
<!-- Generated by javadoc (build 1.6.0_34) on Sun Aug 18 15:12:02 EDT 2013 -->
<TITLE>
API Help
</TITLE>

<META NAME="date" CONTENT="2012-11-04">
<META NAME="date" CONTENT="2013-08-18">

<LINK REL ="stylesheet" TYPE="text/css" HREF="stylesheet.css" TITLE="Style">

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_02) on Sun Nov 04 10:24:11 GMT-05:00 2012 -->
<!-- Generated by javadoc (build 1.6.0_34) on Sun Aug 18 15:12:02 EDT 2013 -->
<TITLE>
A-Index
</TITLE>

<META NAME="date" CONTENT="2012-11-04">
<META NAME="date" CONTENT="2013-08-18">

<LINK REL ="stylesheet" TYPE="text/css" HREF="../stylesheet.css" TITLE="Style">

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_02) on Sun Nov 04 10:24:11 GMT-05:00 2012 -->
<!-- Generated by javadoc (build 1.6.0_34) on Sun Aug 18 15:12:02 EDT 2013 -->
<TITLE>
Q-Index
</TITLE>

<META NAME="date" CONTENT="2012-11-04">
<META NAME="date" CONTENT="2013-08-18">

<LINK REL ="stylesheet" TYPE="text/css" HREF="../stylesheet.css" TITLE="Style">

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_02) on Sun Nov 04 10:24:11 GMT-05:00 2012 -->
<!-- Generated by javadoc (build 1.6.0_34) on Sun Aug 18 15:12:02 EDT 2013 -->
<TITLE>
R-Index
</TITLE>

<META NAME="date" CONTENT="2012-11-04">
<META NAME="date" CONTENT="2013-08-18">

<LINK REL ="stylesheet" TYPE="text/css" HREF="../stylesheet.css" TITLE="Style">

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_02) on Sun Nov 04 10:24:11 GMT-05:00 2012 -->
<!-- Generated by javadoc (build 1.6.0_34) on Sun Aug 18 15:12:02 EDT 2013 -->
<TITLE>
S-Index
</TITLE>

<META NAME="date" CONTENT="2012-11-04">
<META NAME="date" CONTENT="2013-08-18">

<LINK REL ="stylesheet" TYPE="text/css" HREF="../stylesheet.css" TITLE="Style">

Expand Down Expand Up @@ -151,11 +151,11 @@
Variable in class src.zeo.library.<A HREF="../src/zeo/library/ZeoSlice.html" title="class in src.zeo.library">ZeoSlice</A>
<DD>represents most recent sleep state:

• 0 - undefined
• 1 - Wake
• 2 - REM
• 3 - Light
• 4 - Deep
- 0 - undefined
- 1 - Wake
- 2 - REM
- 3 - Light
- 4 - Deep
<DT><A HREF="../src/zeo/library/ZeoStream.html#sleepState"><B>sleepState</B></A> -
Variable in class src.zeo.library.<A HREF="../src/zeo/library/ZeoStream.html" title="class in src.zeo.library">ZeoStream</A>
<DD>Current sleep state
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_02) on Sun Nov 04 10:24:11 GMT-05:00 2012 -->
<!-- Generated by javadoc (build 1.6.0_34) on Sun Aug 18 15:12:02 EDT 2013 -->
<TITLE>
T-Index
</TITLE>

<META NAME="date" CONTENT="2012-11-04">
<META NAME="date" CONTENT="2013-08-18">

<LINK REL ="stylesheet" TYPE="text/css" HREF="../stylesheet.css" TITLE="Style">

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_02) on Sun Nov 04 10:24:11 GMT-05:00 2012 -->
<!-- Generated by javadoc (build 1.6.0_34) on Sun Aug 18 15:12:02 EDT 2013 -->
<TITLE>
U-Index
</TITLE>

<META NAME="date" CONTENT="2012-11-04">
<META NAME="date" CONTENT="2013-08-18">

<LINK REL ="stylesheet" TYPE="text/css" HREF="../stylesheet.css" TITLE="Style">

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_02) on Sun Nov 04 10:24:11 GMT-05:00 2012 -->
<!-- Generated by javadoc (build 1.6.0_34) on Sun Aug 18 15:12:02 EDT 2013 -->
<TITLE>
V-Index
</TITLE>

<META NAME="date" CONTENT="2012-11-04">
<META NAME="date" CONTENT="2013-08-18">

<LINK REL ="stylesheet" TYPE="text/css" HREF="../stylesheet.css" TITLE="Style">

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_02) on Sun Nov 04 10:24:11 GMT-05:00 2012 -->
<!-- Generated by javadoc (build 1.6.0_34) on Sun Aug 18 15:12:02 EDT 2013 -->
<TITLE>
W-Index
</TITLE>

<META NAME="date" CONTENT="2012-11-04">
<META NAME="date" CONTENT="2013-08-18">

<LINK REL ="stylesheet" TYPE="text/css" HREF="../stylesheet.css" TITLE="Style">

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_02) on Sun Nov 04 10:24:11 GMT-05:00 2012 -->
<!-- Generated by javadoc (build 1.6.0_34) on Sun Aug 18 15:12:02 EDT 2013 -->
<TITLE>
Y-Index
</TITLE>

<META NAME="date" CONTENT="2012-11-04">
<META NAME="date" CONTENT="2013-08-18">

<LINK REL ="stylesheet" TYPE="text/css" HREF="../stylesheet.css" TITLE="Style">

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_02) on Sun Nov 04 10:24:11 GMT-05:00 2012 -->
<!-- Generated by javadoc (build 1.6.0_34) on Sun Aug 18 15:12:02 EDT 2013 -->
<TITLE>
Z-Index
</TITLE>

<META NAME="date" CONTENT="2012-11-04">
<META NAME="date" CONTENT="2013-08-18">

<LINK REL ="stylesheet" TYPE="text/css" HREF="../stylesheet.css" TITLE="Style">

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_02) on Sun Nov 04 10:24:11 GMT-05:00 2012 -->
<!-- Generated by javadoc (build 1.6.0_34) on Sun Aug 18 15:12:02 EDT 2013 -->
<TITLE>
B-Index
</TITLE>

<META NAME="date" CONTENT="2012-11-04">
<META NAME="date" CONTENT="2013-08-18">

<LINK REL ="stylesheet" TYPE="text/css" HREF="../stylesheet.css" TITLE="Style">

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_02) on Sun Nov 04 10:24:11 GMT-05:00 2012 -->
<!-- Generated by javadoc (build 1.6.0_34) on Sun Aug 18 15:12:02 EDT 2013 -->
<TITLE>
D-Index
</TITLE>

<META NAME="date" CONTENT="2012-11-04">
<META NAME="date" CONTENT="2013-08-18">

<LINK REL ="stylesheet" TYPE="text/css" HREF="../stylesheet.css" TITLE="Style">

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_02) on Sun Nov 04 10:24:11 GMT-05:00 2012 -->
<!-- Generated by javadoc (build 1.6.0_34) on Sun Aug 18 15:12:02 EDT 2013 -->
<TITLE>
E-Index
</TITLE>

<META NAME="date" CONTENT="2012-11-04">
<META NAME="date" CONTENT="2013-08-18">

<LINK REL ="stylesheet" TYPE="text/css" HREF="../stylesheet.css" TITLE="Style">

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_02) on Sun Nov 04 10:24:11 GMT-05:00 2012 -->
<!-- Generated by javadoc (build 1.6.0_34) on Sun Aug 18 15:12:02 EDT 2013 -->
<TITLE>
F-Index
</TITLE>

<META NAME="date" CONTENT="2012-11-04">
<META NAME="date" CONTENT="2013-08-18">

<LINK REL ="stylesheet" TYPE="text/css" HREF="../stylesheet.css" TITLE="Style">

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_02) on Sun Nov 04 10:24:11 GMT-05:00 2012 -->
<!-- Generated by javadoc (build 1.6.0_34) on Sun Aug 18 15:12:02 EDT 2013 -->
<TITLE>
G-Index
</TITLE>

<META NAME="date" CONTENT="2012-11-04">
<META NAME="date" CONTENT="2013-08-18">

<LINK REL ="stylesheet" TYPE="text/css" HREF="../stylesheet.css" TITLE="Style">

Expand Down
Loading

0 comments on commit 21ff2b0

Please sign in to comment.