Re-add telemega outline pictures
[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       Receive and log telemetry from a connected TeleDongle
12       device. All data received is saved to log files named with the
13       current date and the connected rocket serial and flight
14       numbers. There is no mode in which telemetry data will not be
15       saved.
16     </listitem>
17     <listitem>
18       Download logged data from TeleMetrum devices, either through a
19       direct USB connection or over the air through a TeleDongle
20       device.
21     </listitem>
22     <listitem>
23       Configure a TeleMetrum device, setting the radio channel,
24       callsign, apogee delay and main deploy height. This can be done
25       through either a USB connection or over a radio link via a
26       TeleDongle device.
27     </listitem>
28     <listitem>
29       Replay a flight in real-time. This takes a saved telemetry log
30       or eeprom download and replays it through the user interface so
31       you can relive your favorite rocket flights.
32     </listitem>
33     <listitem>
34       Reprogram Altus Metrum devices. Using an Altus Metrum device
35       connected via USB, another Altus Metrum device can be
36       reprogrammed using the supplied programming cable between the
37       two devices.
38     </listitem>
39     <listitem>
40       Export Flight data to a comma-separated-values file. This takes
41       either telemetry or on-board flight data and generates data
42       suitable for use in external applications. All data is exported
43       using standard units so that no device-specific knowledge is
44       needed to handle the data.
45     </listitem>
46     <listitem>
47       Speak to you during the flight. Instead of spending the flight
48       hunched over your laptop looking at the screen, enjoy the view
49       while the computer tells you what’s going on up there. During
50       ascent, you hear the current flight state and altitude
51       information. During descent, you get azimuth, elevation and
52       range information to try and help you find your rocket in the
53       air. Once on the ground, the direction and distance are
54       reported.
55     </listitem>
56   </itemizedlist>
57 </article>