<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mjb/altos/altosui, branch pwmin</title>
<subtitle>AltOS - the operating system for Altus Metrum products
</subtitle>
<id>https://git.ethernal.org/mjb/altos/atom?h=pwmin</id>
<link rel='self' href='https://git.ethernal.org/mjb/altos/atom?h=pwmin'/>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/'/>
<updated>2012-07-19T16:48:29+00:00</updated>
<entry>
<title>altosui: Delay starting KML output for flight and GPS coords</title>
<updated>2012-07-19T16:48:29+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2012-07-19T16:46:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=15ebd9c75aa57572040e3b1ee41e6f3eb8cf92ee'/>
<id>urn:sha1:15ebd9c75aa57572040e3b1ee41e6f3eb8cf92ee</id>
<content type='text'>
Don't start outputing KML data until the telem record containing
flight number and GPS coordinates are present.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altosui: Make scan UI handle incremental telem data</title>
<updated>2012-07-18T07:01:51+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2012-07-18T07:01:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=f164e48cbeff521d45737794e2046a08322951d6'/>
<id>urn:sha1:f164e48cbeff521d45737794e2046a08322951d6</id>
<content type='text'>
The new telem format doesn't send everything in each telem packet, so
we need to handle updating information incrementally in the scan
results. This involved clearing old scan data when switching
frequencies and then updating existing entries with new data as it arrives.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altosui: Accept variations in spacing for igniter status reply</title>
<updated>2012-07-18T04:04:58+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2012-07-18T04:04:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=700818c8ff0518e79bff2f0e80b2cc3cb3b48bf0'/>
<id>urn:sha1:700818c8ff0518e79bff2f0e80b2cc3cb3b48bf0</id>
<content type='text'>
Megametrum uses different white space; just deal with it here.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altoslib: Move idle monitor managing code to altoslib</title>
<updated>2012-07-18T04:04:23+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2012-07-18T04:04:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=f6921c9040b1f1fc4408d163532b0695a3611195'/>
<id>urn:sha1:f6921c9040b1f1fc4408d163532b0695a3611195</id>
<content type='text'>
More stuff to be shared (potentially)

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altosui: Skip unknown data when parsing ADC for idle monitoring</title>
<updated>2012-07-16T22:36:20+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2012-07-16T22:36:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=eda636c5f309b85282b4142118ee65673d28d137'/>
<id>urn:sha1:eda636c5f309b85282b4142118ee65673d28d137</id>
<content type='text'>
This resolves an infinite loop when talking to megametrum.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altosui: Move serial datastream parser to altoslib</title>
<updated>2012-07-16T22:35:11+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2012-07-16T22:35:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=52196975c447851f14619213c1de5101d334eebc'/>
<id>urn:sha1:52196975c447851f14619213c1de5101d334eebc</id>
<content type='text'>
instead of having it in altosui

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altosui: Abstract remote connection timeout stuff</title>
<updated>2012-07-12T02:15:32+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2012-07-12T02:15:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=b5f6d4e5251a825395c93916afa3af659c678498'/>
<id>urn:sha1:b5f6d4e5251a825395c93916afa3af659c678498</id>
<content type='text'>
This moves some of the logic for managing when to present the 'cancel'
dialog for remote operations to altoslib.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altosui: Remove a bunch of debugging printfs</title>
<updated>2012-07-11T21:28:53+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2012-07-11T21:28:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=f078a591cf2fafe89bb1bb883f49d80750129d44'/>
<id>urn:sha1:f078a591cf2fafe89bb1bb883f49d80750129d44</id>
<content type='text'>
These aren't useful at this point.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>Report RSSI values in monitor idle UI (trac #44)</title>
<updated>2012-07-11T20:53:30+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2012-07-11T20:53:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=846a6298e4a8bfbe87bb24d7b0802c0bf6f233be'/>
<id>urn:sha1:846a6298e4a8bfbe87bb24d7b0802c0bf6f233be</id>
<content type='text'>
This adds a new 's' command to TeleDongle to report RSSI value from last
received packet, and then has AltosUI request that value when closing
the remote link.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>Add megametrum outline to doc dir</title>
<updated>2012-07-11T20:46:26+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2012-07-11T20:40:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=7be98836e69a222b2f9f4baacddcf12d168e2207'/>
<id>urn:sha1:7be98836e69a222b2f9f4baacddcf12d168e2207</id>
<content type='text'>
And install it alongside telemetrum-outline

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