summaryrefslogtreecommitdiff
path: root/ao-tools/ao-dumplog/ao-dumplog.c
Commit message (Collapse)AuthorAge
* ao-dumplog: switch to 'e' command, display progressKeith Packard2009-10-10
| | | | | | | | | | Using the 'e' command allows additional checking of the data, including end-to-end checksums and detection of missing data. Progress is displayed by showing the recorded flight state along with a '.' for each eeprom block read. Signed-off-by: Keith Packard <keithp@keithp.com>
* Add simple post-flight analysis tool (ao-postflight)Keith Packard2009-09-05
| | | | | | | This tool reads either an eeprom or telem log file and displays some rudimentary data (max accel/alt for each flight stage). Signed-off-by: Keith Packard <keithp@keithp.com>
* Add ao-dumplog to capture flight log from command lineKeith Packard2009-09-05
This duplicates the functionality of the flight log stuf in ao-view, except from the command line where it belongs. Signed-off-by: Keith Packard <keithp@keithp.com>