<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mjb/altos/ao-tools/ao-send-telem, branch android-build-update</title>
<subtitle>AltOS - the operating system for Altus Metrum products
</subtitle>
<id>https://git.ethernal.org/mjb/altos/atom?h=android-build-update</id>
<link rel='self' href='https://git.ethernal.org/mjb/altos/atom?h=android-build-update'/>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/'/>
<updated>2019-01-03T20:09:58+00:00</updated>
<entry>
<title>ao-tools: Fix warnings in ao-tools</title>
<updated>2019-01-03T20:09:58+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2019-01-03T19:41:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=6f729ff46b2f4531db68f0af85e7e9fe0f6d1969'/>
<id>urn:sha1:6f729ff46b2f4531db68f0af85e7e9fe0f6d1969</id>
<content type='text'>
None of these appear likely to have caused actual problems.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>ao-tools: Add lots of compiler warning flags to ao-tools build</title>
<updated>2019-01-03T19:40:32+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2019-01-03T19:40:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=f14c799ae7ff3be56c28f5694f04c03daff7708e'/>
<id>urn:sha1:f14c799ae7ff3be56c28f5694f04c03daff7708e</id>
<content type='text'>
This catches some uninitialized variable errors which cause
ao-cal-accel to crash (fixes coming next)

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>Switch from GPLv2 to GPLv2+</title>
<updated>2016-07-12T22:41:41+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2016-07-05T16:03:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=1085ec5d57e0ed5d132f2bbdac1a0b6a32c0ab4a'/>
<id>urn:sha1:1085ec5d57e0ed5d132f2bbdac1a0b6a32c0ab4a</id>
<content type='text'>
Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>ao-tools/ao-send-telem: Add verbose, fake and rate options</title>
<updated>2014-10-25T04:24:31+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2014-10-25T02:10:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=c17dff05b70d98e3193e8e68cc9599f3a30270b5'/>
<id>urn:sha1:c17dff05b70d98e3193e8e68cc9599f3a30270b5</id>
<content type='text'>
Verbose dumps some data while sending packets.
Fake sends constructed packets, once every 500ms.
Rate sets the transmit bit rate.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>ao-tools/ao-send-telem: Support sending TM v2 and Tm v2 telemetry</title>
<updated>2014-08-18T03:55:34+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2014-08-18T03:55:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=830f31fd6dc280e7a63ba689b7a48beff5c49072'/>
<id>urn:sha1:830f31fd6dc280e7a63ba689b7a48beff5c49072</id>
<content type='text'>
Add state tracking so the telemetry sending code works.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>ao_tools/ao-send-telem: Only start real-time on valid states</title>
<updated>2012-09-09T20:10:07+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2012-09-09T20:10:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=bb5ab29b6744b382bb2f09486a7a6db7d12a3608'/>
<id>urn:sha1:bb5ab29b6744b382bb2f09486a7a6db7d12a3608</id>
<content type='text'>
Check state to make sure it is &lt; ao_flight_landed to keep invalid
states from switching to real-time playback mode.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>ao-send-telem: fix frequency set command</title>
<updated>2012-08-31T04:39:10+00:00</updated>
<author>
<name>Mike Beattie</name>
<email>mike@ethernal.org</email>
</author>
<published>2012-08-31T04:39:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=b6a21856c68ca8cca93eb755285be1927acb91e7'/>
<id>urn:sha1:b6a21856c68ca8cca93eb755285be1927acb91e7</id>
<content type='text'>
Signed-off-by: Mike Beattie &lt;mike@ethernal.org&gt;
</content>
</entry>
<entry>
<title>ao-send-telem: make --realtime work</title>
<updated>2012-08-07T19:07:49+00:00</updated>
<author>
<name>Mike Beattie</name>
<email>mike@ethernal.org</email>
</author>
<published>2012-08-07T19:07:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=00abbbb79de67dc95176fe48b23ce3e8614e8d3a'/>
<id>urn:sha1:00abbbb79de67dc95176fe48b23ce3e8614e8d3a</id>
<content type='text'>
(add "break;" to the case statement for options)

Signed-off-by: Mike Beattie &lt;mike@ethernal.org&gt;
</content>
</entry>
<entry>
<title>Add ability to re-play telemetry through TeleDongle</title>
<updated>2012-07-29T23:22:23+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2012-07-29T23:22:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=59588ba34159b27c02e1a886b46497ecfa0cf4d3'/>
<id>urn:sha1:59588ba34159b27c02e1a886b46497ecfa0cf4d3</id>
<content type='text'>
This adds a new command to TeleDongle to send arbitrary data, and then
creates a new tool, 'ao-send-telem' that replays existing telemetry
files through TeleDongle.

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