<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mjb/altos/ao-tools/lib, branch 1.1.9.1</title>
<subtitle>AltOS - the operating system for Altus Metrum products
</subtitle>
<id>https://git.ethernal.org/mjb/altos/atom?h=1.1.9.1</id>
<link rel='self' href='https://git.ethernal.org/mjb/altos/atom?h=1.1.9.1'/>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/'/>
<updated>2012-06-21T16:51:17+00:00</updated>
<entry>
<title>ao-tools: Support MM telemetry packets in ao-telem</title>
<updated>2012-06-21T16:51:17+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2012-06-21T16:51:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=0b5548d6ced67201311e1072d37fbedd3d9929c9'/>
<id>urn:sha1:0b5548d6ced67201311e1072d37fbedd3d9929c9</id>
<content type='text'>
Parse the new packet formats

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>ao-tools: add rudimentary support for MM telemetry to ao-telem</title>
<updated>2012-06-18T02:02:50+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2012-06-18T02:02:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=9b24f413da0b6d989b32e8654a91c8deee4c81dd'/>
<id>urn:sha1:9b24f413da0b6d989b32e8654a91c8deee4c81dd</id>
<content type='text'>
Just pretends they're TM packets for now

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>ao-tools: Add GPS and rssi printing to ao-telem</title>
<updated>2012-05-02T01:12:41+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2012-05-02T01:12:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=69feb1e3d94a028d04529edb015654bafd06353b'/>
<id>urn:sha1:69feb1e3d94a028d04529edb015654bafd06353b</id>
<content type='text'>
This prints all of the basic telemetrum messages now.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>ao-telem: Add new program to convert telem data to ascii</title>
<updated>2011-10-08T17:50:24+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2011-10-08T17:50:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=82604193ed0c522c1fba0072b504fe88b027f1ee'/>
<id>urn:sha1:82604193ed0c522c1fba0072b504fe88b027f1ee</id>
<content type='text'>
This reads telem files and displays them in ascii form. It's not done,
and it's not documented, but it's a start.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>Remove stale tools (ao-dumplog, ao-postflight, ao-view)</title>
<updated>2011-08-24T06:20:00+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2011-08-24T06:20:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=63808e0392f43633f92fee137d968e969dd364c9'/>
<id>urn:sha1:63808e0392f43633f92fee137d968e969dd364c9</id>
<content type='text'>
These tools have all been supplanted by altosui at this point, and
keeping them around increases the build dependencies by quite a lot.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>ao-tools: ao-list was crashing with more than 3 devices connected</title>
<updated>2011-08-14T01:44:26+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2011-08-13T22:00:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=3b87dd6f46922cf5f98deb2dffa2148c4244e48e'/>
<id>urn:sha1:3b87dd6f46922cf5f98deb2dffa2148c4244e48e</id>
<content type='text'>
the list of devices was getting realloced for each new device, but
that realloc was too small.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>ao-dumplog: add --channel option (for use with -R option)</title>
<updated>2010-08-08T02:30:55+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2010-08-08T02:30:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=294d9c7db21eaf1e71504dbcca5040371abcce55'/>
<id>urn:sha1:294d9c7db21eaf1e71504dbcca5040371abcce55</id>
<content type='text'>
Sets the channel when downloading data with the -R option.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>Telemetry code was mis-computing RSSI</title>
<updated>2010-07-15T02:10:04+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2010-07-03T21:42:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=a9ec6be0e92dee01f7aac006ef6f7779c1da1b36'/>
<id>urn:sha1:a9ec6be0e92dee01f7aac006ef6f7779c1da1b36</id>
<content type='text'>
The RSSI data from the hardware reports in 1/2 dBm increments, and so
must be divided to report plain RSSI numbers.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>Allow product names to have suffixes (like board revisions)</title>
<updated>2010-02-26T00:34:44+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2010-02-26T00:33:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=1e60deca147c85a064719dfad14ccabd1049bbbd'/>
<id>urn:sha1:1e60deca147c85a064719dfad14ccabd1049bbbd</id>
<content type='text'>
When looking for a board by product name, just look at the prefix of
the name instead of requiring an exact match. This will allow products
to have board version suffixes.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>Pull in a bit more data for filtering the start of the boost</title>
<updated>2010-02-12T05:23:35+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2010-02-07T08:25:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=c83615567b4567f3dc45a7f7b894943b45fbb65c'/>
<id>urn:sha1:c83615567b4567f3dc45a7f7b894943b45fbb65c</id>
<content type='text'>
</content>
</entry>
</feed>
