ao-telem: Add new program to convert telem data to ascii
authorKeith Packard <keithp@keithp.com>
Sat, 8 Oct 2011 17:50:24 +0000 (11:50 -0600)
committerKeith Packard <keithp@keithp.com>
Sat, 8 Oct 2011 17:50:24 +0000 (11:50 -0600)
commit82604193ed0c522c1fba0072b504fe88b027f1ee
treef6fbf175d2a875666300212cc29a58ddb71c011f
parentcbf5a649c8b7101bef9d57e48e42ac775e758c79
ao-telem: Add new program to convert telem data to ascii

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 <keithp@keithp.com>
ao-tools/Makefile.am
ao-tools/ao-telem/Makefile.am [new file with mode: 0644]
ao-tools/ao-telem/ao-telem.1 [new file with mode: 0644]
ao-tools/ao-telem/ao-telem.c [new file with mode: 0644]
ao-tools/lib/Makefile.am
ao-tools/lib/cc-telemetry.c [new file with mode: 0644]
ao-tools/lib/cc-telemetry.h [new file with mode: 0644]
ao-tools/lib/cc.h
configure.ac