Add ability to re-play telemetry through TeleDongle
authorKeith Packard <keithp@keithp.com>
Sun, 29 Jul 2012 23:22:23 +0000 (16:22 -0700)
committerKeith Packard <keithp@keithp.com>
Sun, 29 Jul 2012 23:22:23 +0000 (16:22 -0700)
commit59588ba34159b27c02e1a886b46497ecfa0cf4d3
treee90de318e3c1f261adbf304fce0ab9b47c64b2ee
parent52e920bc7a98edf5c6f2ad0bd59d581011dcd5c9
Add ability to re-play telemetry through TeleDongle

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 <keithp@keithp.com>
ao-tools/Makefile.am
ao-tools/ao-send-telem/Makefile.am [new file with mode: 0644]
ao-tools/ao-send-telem/ao-send-telem.1 [new file with mode: 0644]
ao-tools/ao-send-telem/ao-send-telem.c [new file with mode: 0644]
configure.ac
src/core/ao_send_packet.c [new file with mode: 0644]
src/core/ao_send_packet.h [new file with mode: 0644]
src/product/Makefile.teledongle
src/product/ao_teledongle.c