altos: Build pdclib locally if necessary
[fw/altos] / doc / release-notes-0.7.1.xsl
1 <?xml version="1.0" encoding="utf-8" ?>
2 <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "/usr/share/xml/docbook/schema/dtd/4.5/docbookx.dtd">
4
5 <article>
6   <para>
7 Version 0.7.1 is the first release containing our new cross-platform Java-based user interface. AltosUI can:
8   </para>
9   <itemizedlist>
10     <listitem>
11 <para>
12       Receive and log telemetry from a connected TeleDongle
13       device. All data received is saved to log files named with the
14       current date and the connected rocket serial and flight
15       numbers. There is no mode in which telemetry data will not be
16       saved.
17     </para>
18 </listitem>
19     <listitem>
20 <para>
21       Download logged data from TeleMetrum devices, either through a
22       direct USB connection or over the air through a TeleDongle
23       device.
24     </para>
25 </listitem>
26     <listitem>
27 <para>
28       Configure a TeleMetrum device, setting the radio channel,
29       callsign, apogee delay and main deploy height. This can be done
30       through either a USB connection or over a radio link via a
31       TeleDongle device.
32     </para>
33 </listitem>
34     <listitem>
35 <para>
36       Replay a flight in real-time. This takes a saved telemetry log
37       or eeprom download and replays it through the user interface so
38       you can relive your favorite rocket flights.
39     </para>
40 </listitem>
41     <listitem>
42 <para>
43       Reprogram Altus Metrum devices. Using an Altus Metrum device
44       connected via USB, another Altus Metrum device can be
45       reprogrammed using the supplied programming cable between the
46       two devices.
47     </para>
48 </listitem>
49     <listitem>
50 <para>
51       Export Flight data to a comma-separated-values file. This takes
52       either telemetry or on-board flight data and generates data
53       suitable for use in external applications. All data is exported
54       using standard units so that no device-specific knowledge is
55       needed to handle the data.
56     </para>
57 </listitem>
58     <listitem>
59 <para>
60       Speak to you during the flight. Instead of spending the flight
61       hunched over your laptop looking at the screen, enjoy the view
62       while the computer tells you what’s going on up there. During
63       ascent, you hear the current flight state and altitude
64       information. During descent, you get azimuth, elevation and
65       range information to try and help you find your rocket in the
66       air. Once on the ground, the direction and distance are
67       reported.
68     </para>
69 </listitem>
70   </itemizedlist>
71 </article>