Merge branch 'master' of ssh://git.gag.com/scm/git/web/altusmetrum
[web/altusmetrum] / AltosDroid / index.mdwn
1 # AltosDroid
2
3 AltosDroid is the [Android](http://www.android.com/) port of Altus Metrum's 
4 ground station program, designed to work with the [TeleBT](../TeleBT)
5 ground statiion hardware product.
6
7 ## Where to Get It ##
8
9 The latest released version of AltosDroid is available from
10 [Google Play™](https://play.google.com/store/apps/details?id=org.altusmetrum.AltosDroid).
11
12 ## What It Can Do ##
13
14 Current features include:
15   * Display of key telemetry values
16   * Telemetry logging to SD card
17   * Text-to-speech announcements of flight state
18   * Downlink frequency selection.
19
20 ## Permissions ##
21
22 AltosDroid requires the following permissions to be installed:
23
24  * NETWORK COMMUNICATION
25         * PAIR WITH BLUETOOTH DEVICES
26                 This permission is needed to access Bluetooth communications,
27                 allowing the pairing of and connection to TeleBT units.
28  * STORAGE
29         * MODIFY OR DELETE THE CONTENTS OF YOUR USB STORAGE MODIFY OR DELETE THE CONTENTS OF YOUR SD CARD
30                 This permission is needed so that telemetry logs can be
31                 written to the SD card.
32  * SYSTEM TOOLS
33         * ACCESS BLUETOOTH SETTINGS
34                 This permission is used to request the enabling of Bluetooth
35                 at startup.
36
37 ## Source Code ##
38
39 The source to AltosDroid is part of the [AltOS](../AltOS) repository, 
40 which is always available from [git.gag.com](http://git.gag.com) 
41 in the project [fw/altos](http://git.gag.com/?p=fw/altos;a=summary).
42
43 The source is in the `altosdroid/` subdirectory, and is currently
44 targetted at Android 2.3.3. You will need to have the Android SDK installed
45 to build AltosDroid.
46
47 ## Future Plans ##
48
49 Future features we plan to add include flight computer configuration support,
50 Google Maps integration, and "take me to my rocket" navigation.
51
52
53
54 <center>
55 <a href="https://play.google.com/store/apps/details?id=org.altusmetrum.AltosDroid">
56   <img alt="Android app on Google Play"
57        src="https://developer.android.com/images/brand/en_app_rgb_wo_45.png" />
58 </a>
59
60
61 Android is a trademark of Google Inc.
62 Google Play is a trademark of Google Inc.
63 </center>
64