rearrange content radically
[web/altusmetrum] / AltOS / index.mdwn
1 # AltOS
2
3 AltOS is the name of Keith's firmware "operating system" for 
4 [TeleMetrum](../TeleMetrum/) and [TeleDongle](../TeleDongle/).
5
6 In addition to the firmware for [TeleMetrum](../TeleMetrum) and 
7 [TeleDongle](../TeleDongle) boards, the AltOS source tree also includes a
8 number of utilities useful for monitoring and logging telemetry during flight,
9 post-processing flight data for analysis, and utilities for updating firmware,
10 and developing and debugging new functionality.  The first generation of these
11 utilities were Linux-only, but our current second-generation software written
12 largely in [Java](http://java.com) with a small platform-specific library 
13 works identically on Windows, Mac, and Linux systems!
14
15 The firmware and associated software are licensed [GPL version 2](http://www.gnu.org/licenses/old-licenses/gpl-2.0.html)
16
17 ### Available Versions ###
18
19 - 0.7.1, released 9 Sep 2010
20         - [Windows Installer](releases/0.7.1/Altos-Windows-0-7-1.exe)
21         - [Mac OS X Package](releases/0.7.1/Altos-Mac-0.7.1.zip)
22         - [Linux](releases/0.7.1/Altos-Linux-0.7.1.tar.bz2)
23         - [Source Snapshot](http://git.gag.com/?p=fw/altos;a=snapshot;h=refs/tags/0.7.1;sf=tgz)
24
25 The source is available from [git.gag.com](http://git.gag.com) in the project 
26 [fw/altos](http://git.gag.com/?p=fw/altos;a=summary).  
27
28 ## Features ##
29
30 More documentation is coming soon, but in the meantime, 
31 most operations in the second-generation GUI are pretty easy to figure out.
32
33 ## Platform Specific Notes ##
34
35 ### Linux ###
36
37 If you use [Debian](http://www.debian.org), then a pre-built package for 
38 32-bit x86 is currently available here:
39
40         wget -O - http://altusmetrum.org/apt/altusmetrum.key | apt-key add -
41         wget -O /etc/apt/sources.list.d/altos.list http://altusmetrum.org/apt/altos.list
42         apt-get update
43         apt-get install altos
44
45 If you use some other distribution of Linux, then 
46 a Linux package of our second-generation Java bits that 
47 should run on any distribution with a modern Java version is also 
48 available below.  Unlike the Debian pacakge, which depends on various libraries
49 already part of the Debian distribution, this package includes a "fat" jar
50 file with all of the Java libraries that aren't part of the basic Java runtime
51 environment included, so it should "just work" on any system with 
52 Java 6.  Development and testing is done with OpenJDK 6, but current 
53 downloads from [java.com](http://java.com) should be fine too.
54
55 If you'd rather build from source, our source tree includes documentation on 
56 how to build packages for various
57 Linux systems such as [Arch Linux](http://www.archlinux.org), and the 
58 debian/ directory contains all the control
59 files for building the Debian packages on other architectures or derivatives
60 such as [Ubuntu](http://ubuntu.com).
61
62 Bdale has also created a theme for 
63 [GDM](http://projects.gnome.org/gdm/) that he uses on his primary notebook,
64 and the 
65 [Simple Login Manager](http://slim.berlios.de/) that he uses on all of his
66 other machines and which is ideally suited for machines dedicated to AltOS 
67 ground station use.  It includes a photo of a drag-race between 
68 nearly-identical rockets
69 built by Keith and Bdale, that was the first time either of us gave TeleMetrum
70 complete control of a rocket flight without some other backup!  See the themes/
71 directory in the source tree (the themes are included in the Debian package).
72
73 ### Mac ###
74
75 A Mac OS X package that is compatible with 
76 versions 10.5 "Leopard" and later (including 10.6 "Snow Leopard") is 
77 available below.  The Mac operating system includes Java, and all Altus Metrum
78 products show up as simple USB serial ports, so this should just work
79 with no additional drivers or other dependency issues.  Older versions of 
80 the Mac operating system come with Java versions that are too old for use 
81 with Altus Metrum software, and we know of no way to update the Java version
82 other than upgrading to a newer operating system.
83
84 ### Windows ###
85
86 Our Windows package is known to work on at least some flavors of XP, Vista, and 
87 Windows 7 Enterprise. If you don't already have Java installed, 
88 download and install a current Java 6 version from [java.com](http://java.com)
89 first.  Then download our zip and extract the files.  Windows already has 
90 the required USB serial device driver, but you will probably need to manually
91 point to the telemetrum.inf file included in the download when you first plug 
92 in an Altus Metrum device to "train" Windows to know that it's ok to use the 
93 existing driver to support our products.  Once that's taken care of, just
94 clicking on the 'altosui' program should work to launch the user interface.
95 Reports of success or failure with other versions of Windows would be 
96 appreciated!