<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mjb/altos/altoslib, branch telegps-hacks</title>
<subtitle>AltOS - the operating system for Altus Metrum products
</subtitle>
<id>https://git.ethernal.org/mjb/altos/atom?h=telegps-hacks</id>
<link rel='self' href='https://git.ethernal.org/mjb/altos/atom?h=telegps-hacks'/>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/'/>
<updated>2014-05-31T00:32:52+00:00</updated>
<entry>
<title>telegps: Add config for tracker starting distances</title>
<updated>2014-05-31T00:32:52+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2014-05-31T00:17:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=2d9842ee011139f5783a102ceb2b7f4c88b1a10f'/>
<id>urn:sha1:2d9842ee011139f5783a102ceb2b7f4c88b1a10f</id>
<content type='text'>
Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>telegps: Add graph display</title>
<updated>2014-05-29T21:36:14+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2014-05-29T21:36:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=bf684a4c290573a3aa627fd8ddf6f6ebbe5fa057'/>
<id>urn:sha1:bf684a4c290573a3aa627fd8ddf6f6ebbe5fa057</id>
<content type='text'>
Moved the altosui graph files to altosuilib and fixed things up.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>telegps: Add info table</title>
<updated>2014-05-29T17:16:15+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2014-05-29T17:16:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=71715337eb532a1fbe1a753240e7417d5223489f'/>
<id>urn:sha1:71715337eb532a1fbe1a753240e7417d5223489f</id>
<content type='text'>
Move a couple of files from altosui to altosuilib, hook up the info
table after changing it to implement the AltosFlightDisplay interface

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>telegps: Add 'Info' tab</title>
<updated>2014-05-29T05:02:32+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2014-05-29T04:56:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=3871b9ac036e3adfa1da089245fc7973b268c921'/>
<id>urn:sha1:3871b9ac036e3adfa1da089245fc7973b268c921</id>
<content type='text'>
This contains a summary of the tracking info, including position,
speed and course.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altoslib: When log-format is missing, use product</title>
<updated>2014-05-28T09:06:18+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2014-05-28T09:06:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=4a5ef9eaa8b809c56813625133120e7e91fc8e65'/>
<id>urn:sha1:4a5ef9eaa8b809c56813625133120e7e91fc8e65</id>
<content type='text'>
log-format was added for 1.0; earlier log files don't include that,
but do say which product they're from.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altoslib/altosuilib: Change versions to altoslib:4, altosuilib:2</title>
<updated>2014-05-26T04:08:11+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2014-05-26T04:01:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=f0216d721ed13f4d3dc608bb6ad8f83732b27c0a'/>
<id>urn:sha1:f0216d721ed13f4d3dc608bb6ad8f83732b27c0a</id>
<content type='text'>
API has changed for these libraries, time to bump the file versions

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altosui/altosuilib/altoslib: Move more stuff out of autosui. Reduce site map memory</title>
<updated>2014-05-26T03:56:48+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2014-05-26T03:55:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=0a6c76fc0525d6588a1d88127f0085f13a02f1af'/>
<id>urn:sha1:0a6c76fc0525d6588a1d88127f0085f13a02f1af</id>
<content type='text'>
Prepare to share with TeleGPS application.

This also has the changes to the site map tile which cache only a few
images and regenerate the flight path on the fly, saving piles of memory

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altoslib: Move CSV/KML output code to altoslib</title>
<updated>2014-05-23T01:46:58+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2014-05-23T01:46:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=b60a3689910731d9bdb8a431a3dcc9e99f961b35'/>
<id>urn:sha1:b60a3689910731d9bdb8a431a3dcc9e99f961b35</id>
<content type='text'>
It's sharable, so share it

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altosui: Remove debug printf about beep config</title>
<updated>2014-05-16T05:57:50+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2014-05-16T05:57:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=eeacc001ba089b4bf5552b8ef36e61a0a96efabe'/>
<id>urn:sha1:eeacc001ba089b4bf5552b8ef36e61a0a96efabe</id>
<content type='text'>
Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altoslib: Parse remaining mega AO_LOG_FLIGNT and AO_LOG_GPS_TIME fields</title>
<updated>2014-05-09T03:44:10+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2014-05-06T06:38:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=39fbc4cb1d4c92522c90aa5e36fd62a4827d8306'/>
<id>urn:sha1:39fbc4cb1d4c92522c90aa5e36fd62a4827d8306</id>
<content type='text'>
GPS fields past 'day' were not getting parsed. Ground values for the
IMU were not getting parsed, but a false 'temperature' value was being read.

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