update changelogs for Debian build
[fw/altos] / ao-view / ao-view.1
1 .\"
2 .\" Copyright © 2009 Keith Packard <keithp@keithp.com>
3 .\"
4 .\" This program is free software; you can redistribute it and/or modify
5 .\" it under the terms of the GNU General Public License as published by
6 .\" the Free Software Foundation; either version 2 of the License, or
7 .\" (at your option) any later version.
8 .\"
9 .\" This program is distributed in the hope that it will be useful, but
10 .\" WITHOUT ANY WARRANTY; without even the implied warranty of
11 .\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
12 .\" General Public License for more details.
13 .\"
14 .\" You should have received a copy of the GNU General Public License along
15 .\" with this program; if not, write to the Free Software Foundation, Inc.,
16 .\" 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
17 .\"
18 .\"
19 .TH AO-VIEW 1 "ao-view" ""
20 .SH NAME
21 ao-view \- Rocket flight monitor
22 .SH SYNOPSIS
23 .B "ao-view"
24 [\--tty \fItty-device\fP]
25 .SH DESCRIPTION
26 .I ao-view
27 connects to a TeleDongle or TeleMetrum device through a USB serial device.
28 It provides a user interface to monitor, record and review rocket flight data.
29 .SH OPTIONS
30 The usual Gtk+ command line options can be used, along with
31 .IP "\--tty"
32 This selects a target device to connect at startup time to.
33 The target device may also be selected through the user interface.
34 .SH USAGE
35 When connected to a TeleDongle device, ao-view turns on the radio
36 receiver and listens for telemetry packets. It displays the received
37 telemetry data, and reports flight status via voice synthesis. All
38 received telemetry information is recorded to a file.
39 .P
40 When connected to a TeleMetrum device, ao-view downloads the eeprom
41 data and stores it in a file.
42 .SH FILES
43 All data log files are recorded into a user-specified directory
44 (default ~/AltOS). Files are named using the current date, the serial
45 number of the reporting device, the flight number recorded in the data
46 and either '.telem' for telemetry data or '.eeprom' for eeprom data.
47 .SH "SEE ALSO"
48 ao-load(1), ao-eeprom(1)
49 .SH AUTHOR
50 Keith Packard