diff options
| author | Keith Packard <keithp@keithp.com> | 2011-08-10 22:14:32 -0700 | 
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2011-08-10 22:14:32 -0700 | 
| commit | a07b07d48f71b9a11e73a82db075cc57bad0c09f (patch) | |
| tree | d8d7bb36254de9f4d366895c3fa6b66561aa6675 /doc/release-notes-0.7.1.xsl | |
| parent | 5aa3e49f794ba5ed2680016f3dca47d67ae99836 (diff) | |
doc: Add release notes, include them in altusmetrum doc. Shuffle altusmetrum
This adds release notes and includes them in the main altusmetrum doc
as well as making stand-alone html available for inclusion in the website.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'doc/release-notes-0.7.1.xsl')
| -rw-r--r-- | doc/release-notes-0.7.1.xsl | 57 | 
1 files changed, 57 insertions, 0 deletions
diff --git a/doc/release-notes-0.7.1.xsl b/doc/release-notes-0.7.1.xsl new file mode 100644 index 00000000..75158a02 --- /dev/null +++ b/doc/release-notes-0.7.1.xsl @@ -0,0 +1,57 @@ +<?xml version="1.0" encoding="utf-8" ?> +<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" +"/usr/share/xml/docbook/schema/dtd/4.5/docbookx.dtd"> + +<article> +  <para> +Version 0.7.1 is the first release containing our new cross-platform Java-based user interface. AltosUI can: +  </para> +  <itemizedlist> +    <listitem> +      Receive and log telemetry from a connected TeleDongle +      device. All data received is saved to log files named with the +      current date and the connected rocket serial and flight +      numbers. There is no mode in which telemetry data will not be +      saved. +    </listitem> +    <listitem> +      Download logged data from TeleMetrum devices, either through a +      direct USB connection or over the air through a TeleDongle +      device. +    </listitem> +    <listitem> +      Configure a TeleMetrum device, setting the radio channel, +      callsign, apogee delay and main deploy height. This can be done +      through either a USB connection or over a radio link via a +      TeleDongle device. +    </listitem> +    <listitem> +      Replay a flight in real-time. This takes a saved telemetry log +      or eeprom download and replays it through the user interface so +      you can relive your favorite rocket flights. +    </listitem> +    <listitem> +      Reprogram Altus Metrum devices. Using an Altus Metrum device +      connected via USB, another Altus Metrum device can be +      reprogrammed using the supplied programming cable between the +      two devices. +    </listitem> +    <listitem> +      Export Flight data to a comma-separated-values file. This takes +      either telemetry or on-board flight data and generates data +      suitable for use in external applications. All data is exported +      using standard units so that no device-specific knowledge is +      needed to handle the data. +    </listitem> +    <listitem> +      Speak to you during the flight. Instead of spending the flight +      hunched over your laptop looking at the screen, enjoy the view +      while the computer tells you what’s going on up there. During +      ascent, you hear the current flight state and altitude +      information. During descent, you get azimuth, elevation and +      range information to try and help you find your rocket in the +      air. Once on the ground, the direction and distance are +      reported. +    </listitem> +  </itemizedlist> +</article>  | 
