<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mjb/altos/altoslib/AltosEepromNew.java, branch telefire-4-no-addr</title>
<subtitle>AltOS - the operating system for Altus Metrum products
</subtitle>
<id>https://git.ethernal.org/mjb/altos/atom?h=telefire-4-no-addr</id>
<link rel='self' href='https://git.ethernal.org/mjb/altos/atom?h=telefire-4-no-addr'/>
<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: 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: Set default log format to FULL until we learn different</title>
<updated>2017-05-15T19:15:36+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2017-05-15T19:12:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=2fd949bb29d94b1a762ff707c98a8498ea508bb2'/>
<id>urn:sha1:2fd949bb29d94b1a762ff707c98a8498ea508bb2</id>
<content type='text'>
Ancient log files don't even have a product name in them, so we'll
guess TeleMetrum v1.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altoslib: Save eeprom data in new .eeprom format</title>
<updated>2017-05-09T09:12:16+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2017-05-09T09:11:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=17e20a6d2dab1f4bd1375bfd9e1c5230ee2c1119'/>
<id>urn:sha1:17e20a6d2dab1f4bd1375bfd9e1c5230ee2c1119</id>
<content type='text'>
A chunk of json for the config values followed by hex numbers for the data.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altoslib: Add new eeprom management code</title>
<updated>2017-05-09T07:19:05+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2017-05-09T07:19:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=e67a5c6ffa7174d66e985483fab4bf52ccaea5ca'/>
<id>urn:sha1:e67a5c6ffa7174d66e985483fab4bf52ccaea5ca</id>
<content type='text'>
Generic .eeprom file parsing, simpler per-type eeprom data extraction.

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