| Commit message (Collapse) | Author | Age | ||
|---|---|---|---|---|
| ... | ||||
| * | altosui: Add eeprom data capture function. No UI yet. | Keith Packard | 2010-07-28 | |
| | | | | | Signed-off-by: Keith Packard <keithp@keithp.com> | |||
| * | Merge remote branch 'keithp/macos' | Keith Packard | 2010-07-28 | |
| |\ | ||||
| | * | Force java source encoding to UTF-8 | Keith Packard | 2010-07-27 | |
| | | | ||||
| * | | Remove debug printf | Keith Packard | 2010-07-28 | |
| | | | | | | | | | Signed-off-by: Keith Packard <keithp@keithp.com> | |||
| * | | Add voice test command for help in adjusting volume. | Keith Packard | 2010-07-28 | |
| | | | | | | | | | Signed-off-by: Keith Packard <keithp@keithp.com> | |||
| * | | Make voice and channel menus work. | Keith Packard | 2010-07-28 | |
| | | | | | | | | | | | | | Stores voice and channel data to preferences. Signed-off-by: Keith Packard <keithp@keithp.com> | |||
| * | | altosui: Catch errors opening USB devices. Limit list to relevant devices | Keith Packard | 2010-07-28 | |
| | | | | | | | | | | | | | | | Avoids a segfault when failing to open a device. Limit listed telemetry devices to just TeleDongle units. Signed-off-by: Keith Packard <keithp@keithp.com> | |||
| * | | Java voice reporting cleanups. | Keith Packard | 2010-07-27 | |
| | | | | | | | | | | | | | | | | | Make sure it says something at the end of a log file replay. Make sure it reports max speed after motor burn out, and max height after apogee. Signed-off-by: Keith Packard <keithp@keithp.com> | |||
| * | | Java clean ups -- use varargs where possible, remove AltosSerialReader | Keith Packard | 2010-07-27 | |
| | | | | | | | | | | | | | | | | | Add methods that format stuff using String.format for voice and serial link, remove AltosSerialReader class and just embed that in the AltosSerial class directly. Signed-off-by: Keith Packard <keithp@keithp.com> | |||
| * | | Remove directories as .class file dependencies; it makes them get rebuilt ↵ | Keith Packard | 2010-07-27 | |
| | | | | | | | | | all the time | |||
| * | | Clean up altosui build a bit | Keith Packard | 2010-07-27 | |
| |/ | ||||
| * | Add application icons for Mac OS X | Keith Packard | 2010-07-27 | |
| | | ||||
| * | Add Mac OS X packaging files for altosui | Keith Packard | 2010-07-27 | |
| | | ||||
| * | libaltos: build fat 10.5-compatible library | Keith Packard | 2010-07-27 | |
| | | | | | Signed-off-by: Keith Packard <keithp@keithp.com> | |||
| * | libaltos: make clean remove all built files | Keith Packard | 2010-07-27 | |
| | | | | | Signed-off-by: Keith Packard <keithp@keithp.com> | |||
| * | libaltos needs -I. on all systems | Keith Packard | 2010-07-27 | |
| | | | | | Signed-off-by: Keith Packard <keithp@keithp.com> | |||
| * | Darwin doesn't have strndup. | Keith Packard | 2010-07-26 | |
| | | | | | | | This provides a private version of this GNU extension. Signed-off-by: Keith Packard <keithp@keithp.com> | |||
| * | Re-enable Linux support for altosui. | Keith Packard | 2010-07-26 | |
| | | | | | | | | This steals code from cc-usbdev for scanning the USB tree and uses the same tty code as on Darwin Signed-off-by: Keith Packard <keithp@keithp.com> | |||
| * | Re-enable freetts | Keith Packard | 2010-07-26 | |
| | | ||||
| * | Present list of altos devices in nice format | Keith Packard | 2010-07-26 | |
| | | ||||
| * | Switch AltosUI to libaltos for device access | Keith Packard | 2010-07-26 | |
| | | | | | Signed-off-by: Keith Packard <keithp@keithp.com> | |||
| * | Add libaltos which talks to USB connected altos devices | Keith Packard | 2010-07-26 | |
| | | ||||
| * | Telemetry code was mis-computing RSSI | Keith Packard | 2010-07-14 | |
| | | | | | | | | The RSSI data from the hardware reports in 1/2 dBm increments, and so must be divided to report plain RSSI numbers. Signed-off-by: Keith Packard <keithp@keithp.com> | |||
| * | ao-postflight: was walking off state.data array | Keith Packard | 2010-06-21 | |
| | | ||||
| * | Merge remote branch 'mjb/master' | Keith Packard | 2010-06-16 | |
| |\ | ||||
| | * | Extension to KML output format, and minor bug fix | Mike Beattie | 2010-06-17 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Extended KML output by breaking flight into coloured segments representing flight state. Add extra statistical information to description bubbles visible in Google Earth when clicking on links in My Places. Fix Bugs: * output kml to file provided as argument. * move kml coordinate output code to take advantage of nsat calculation * remove superfluous %9.2f format specifier from raw_file output. Signed-off-by: Mike Beattie <mike@ethernal.org> | |||
| * | | ao-view: disable radio telemetry monitoring during channel change | Keith Packard | 2010-06-16 | |
| |/ | | | | | | | | | | This makes ao-view disable the radio so that the channel change has an immediate effect rather than waiting for a packet on the old channel. Note that this should also be fixed in the TM code itself so that this change wouldn't be required. Signed-off-by: Keith Packard <keithp@keithp.com> | |||
| * | Finish basic flight monitoring UI with voice using FreeTTS | Keith Packard | 2010-05-17 | |
| | | | | | | | | This captures telemetry data to log files and presents flight status information in audio form using FreeTTS. Signed-off-by: Keith Packard <keithp@keithp.com> | |||
| * | Autodetect flite voice registration function | Keith Packard | 2010-04-23 | |
| | | | | | | | | | Old versions of flite exported the function 'register_cmu_us_kal' while new ones export 'register_cmu_us_kal16'. This patch just checks which one is available and uses that. Signed-off-by: Keith Packard <keithp@keithp.com> | |||
| * | More ALtosUI changes | Keith Packard | 2010-04-22 | |
| | | ||||
| * | Use 16-bit flite voice (which appears to have changed symbols recently) | Keith Packard | 2010-04-08 | |
| | | ||||
| * | Enable telemetry monitoring | Keith Packard | 2010-04-06 | |
| | | | | | Signed-off-by: Keith Packard <keithp@keithp.com> | |||
| * | TD reports "not-connected" when GPS has 0 sats | Keith Packard | 2010-04-06 | |
| | | ||||
| * | serial port read function cannot be interrupted. poll every 1 second | Keith Packard | 2010-04-06 | |
| | | ||||
| * | Interrupt running replay thread when starting another replay | Keith Packard | 2010-04-05 | |
| | | | | | Signed-off-by: Keith Packard <keithp@keithp.com> | |||
| * | Add Linux device discovery | Keith Packard | 2010-04-05 | |
| | | | | | | AltosDeviceLinux.java scans /proc to locate suitable devices. This will be hooked up to the UI shortly. | |||
| * | Clean up some altosui comments | Keith Packard | 2010-04-04 | |
| | | ||||
| * | Use RXTX for serial comm. Add logdir preference saving | Keith Packard | 2010-04-04 | |
| | | ||||
| * | Make .jar file | Keith Packard | 2010-04-03 | |
| | | ||||
| * | Remove unused cell renderer class | Keith Packard | 2010-04-02 | |
| | | ||||
| * | Remove GPS data missing from skytraq. Save max height/accel/speed | Keith Packard | 2010-04-02 | |
| | | ||||
| * | Report current gps nsat, not last locked nsat | Keith Packard | 2010-04-02 | |
| | | ||||
| * | Clean up GPS data formatting | Keith Packard | 2010-04-02 | |
| | | ||||
| * | Fix state updates | Keith Packard | 2010-04-02 | |
| | | ||||
| * | Fix status update | Keith Packard | 2010-04-02 | |
| | | ||||
| * | Fix up table formatting | Keith Packard | 2010-04-02 | |
| | | ||||
| * | Display table of flight info. gps is not working yet though | Keith Packard | 2010-04-02 | |
| | | ||||
| * | Steal C code from ao-view | Keith Packard | 2010-04-02 | |
| | | ||||
| * | Add telem parsing code | Keith Packard | 2010-04-02 | |
| | | ||||
| * | Add telemetry data parsing code | Keith Packard | 2010-03-31 | |
| | | ||||
