<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mjb/altos/altoslib/Makefile.am, branch debian/1.8.1-1</title>
<subtitle>AltOS - the operating system for Altus Metrum products
</subtitle>
<id>https://git.ethernal.org/mjb/altos/atom?h=debian%2F1.8.1-1</id>
<link rel='self' href='https://git.ethernal.org/mjb/altos/atom?h=debian%2F1.8.1-1'/>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/'/>
<updated>2017-06-13T17:46:03+00:00</updated>
<entry>
<title>altoslib: Rename AltosEepromNew to AltosEeprom</title>
<updated>2017-06-13T17:46:03+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2017-06-13T17:46:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=e4f1fa544f1cb21070c9d79c81ebae0fb71d77db'/>
<id>urn:sha1:e4f1fa544f1cb21070c9d79c81ebae0fb71d77db</id>
<content type='text'>
Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altoslib: Remove old AltosEeprom.java code</title>
<updated>2017-06-13T17:43:11+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2017-06-13T17:38:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=0e586ab3604bb695c36ae86c95f533197522fc65'/>
<id>urn:sha1:0e586ab3604bb695c36ae86c95f533197522fc65</id>
<content type='text'>
No longer in use

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altoslib: Create data file open helper in AltosLib</title>
<updated>2017-05-28T21:04:21+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2017-05-28T21:00:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=da914cd72411af8c36af05b13c11b9093c8a378c'/>
<id>urn:sha1:da914cd72411af8c36af05b13c11b9093c8a378c</id>
<content type='text'>
Use InputStream everywhere, instead of Reader.
Create private string input stream as java one is deprecated.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altoslib/altosuilib/altosui: More work towards using AltosFlightSeries for analysis</title>
<updated>2017-05-26T05:37:22+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2017-05-26T05:36:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=222158581887b5f9e8b9843d14321c313fa023fa'/>
<id>urn:sha1:222158581887b5f9e8b9843d14321c313fa023fa</id>
<content type='text'>
Graphing and CSV seem complete now; stats still missing lots of stuff.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altoslib: Do data analysis on raw values rather than AltosState</title>
<updated>2017-05-26T00:24:14+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2017-05-26T00:24:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=f26cfe417c6977cf1e7e75a4f050e25f64d41859'/>
<id>urn:sha1:f26cfe417c6977cf1e7e75a4f050e25f64d41859</id>
<content type='text'>
Use AltosFlightSeries instead of a sequence of AltosState records when
processing saved data. This provides a better way of doing filtering
and plotting.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altoslib: Create new abstraction underneath AltosState for recording values</title>
<updated>2017-05-20T04:41:40+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2017-05-12T00:14:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=258808d296aeadaf150fa9b07e9c99a6bf1ca7c8'/>
<id>urn:sha1:258808d296aeadaf150fa9b07e9c99a6bf1ca7c8</id>
<content type='text'>
Provides a way for the graph API to see raw data values, instead of
those cooked by AltosState.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altoslib: include TimeSeries code in build</title>
<updated>2017-05-20T04:40:30+00:00</updated>
<author>
<name>Bdale Garbee</name>
<email>bdale@gag.com</email>
</author>
<published>2017-05-11T18:14:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=a9aa2d3558c77eb444223eaa747c75916bc7bac1'/>
<id>urn:sha1:a9aa2d3558c77eb444223eaa747c75916bc7bac1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>altoslib: Another bit of altoslib for the old eeprom stuff</title>
<updated>2017-05-13T22:29:12+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2017-05-10T21:47:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=5ad767dd6b6c8d99bbe4b688e8cdbc230e01a7dc'/>
<id>urn:sha1:5ad767dd6b6c8d99bbe4b688e8cdbc230e01a7dc</id>
<content type='text'>
Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altoslib: Remove older eeprom handling code</title>
<updated>2017-05-09T09:31:04+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2017-05-09T09:31:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=0641326842bffbf4b3ae69459ca540131cb64e59'/>
<id>urn:sha1:0641326842bffbf4b3ae69459ca540131cb64e59</id>
<content type='text'>
The new code appears to work in minor testing; time to try it all the time.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altoslib: Compile AltosForce and AltosPressure</title>
<updated>2017-05-09T07:19:51+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2017-05-09T07:19:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=e14b0ea82420e769cdf9ffd621b7f8d4944ef44d'/>
<id>urn:sha1:e14b0ea82420e769cdf9ffd621b7f8d4944ef44d</id>
<content type='text'>
Useful if you want to actually use these.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
</feed>
