Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | ao-tools: Support MM telemetry packets in ao-telem | Keith Packard | 2012-06-21 |
| | | | | | | Parse the new packet formats Signed-off-by: Keith Packard <keithp@keithp.com> | ||
* | ao-tools: add rudimentary support for MM telemetry to ao-telem | Keith Packard | 2012-06-17 |
| | | | | | | Just pretends they're TM packets for now Signed-off-by: Keith Packard <keithp@keithp.com> | ||
* | ao-tools: Add GPS and rssi printing to ao-telem | Keith Packard | 2012-05-01 |
| | | | | | | This prints all of the basic telemetrum messages now. Signed-off-by: Keith Packard <keithp@keithp.com> | ||
* | altos: A bunch of missing .gitignore files (mostly) | Keith Packard | 2011-10-27 |
| | | | | Signed-off-by: Keith Packard <keithp@keithp.com> | ||
* | ao-telem: Add new program to convert telem data to ascii | Keith Packard | 2011-10-08 |
| | | | | | | | This reads telem files and displays them in ascii form. It's not done, and it's not documented, but it's a start. Signed-off-by: Keith Packard <keithp@keithp.com> | ||
* | Remove stale tools (ao-dumplog, ao-postflight, ao-view) | Keith Packard | 2011-08-23 |
| | | | | | | | These tools have all been supplanted by altosui at this point, and keeping them around increases the build dependencies by quite a lot. Signed-off-by: Keith Packard <keithp@keithp.com> | ||
* | ao-tools: ao-list was crashing with more than 3 devices connected | Keith Packard | 2011-08-13 |
| | | | | | | | the list of devices was getting realloced for each new device, but that realloc was too small. Signed-off-by: Keith Packard <keithp@keithp.com> | ||
* | ao-load: Make usb descriptor rewriting optional | Keith Packard | 2011-03-16 |
| | | | | | | | TeleMini and TeleNano don't have USB descriptors to rewrite when loading firmware, so allow them to be missing. Signed-off-by: Keith Packard <keithp@keithp.com> | ||
* | aoview: remove -s option. | Keith Packard | 2011-03-16 |
| | |||
* | ao-load: fix usage message to note that '=' is required for options | Keith Packard | 2011-02-18 |
| | | | | | | | The usage message was suggesting incorrect command line syntax; long options use '=' between the option name and value, not whitespace. Signed-off-by: Keith Packard <keithp@keithp.com> | ||
* | Move altosui to the top level, placing libaltos inside it. | Keith Packard | 2010-11-24 |
| | | | | Signed-off-by: Keith Packard <keithp@keithp.com> | ||
* | altosui: Make sure packet mode is turned off when the connection fails | Keith Packard | 2010-11-24 |
| | | | | | | | When the packet connection times out, turn packet mode off when closing the serial port. Signed-off-by: Keith Packard <keithp@keithp.com> | ||
* | altosui: Let people fire igniters that don't read as 'ready' | Keith Packard | 2010-11-23 |
| | | | | | | | This provides for igniter testing with LEDs or other materials that don't look like regular igniters. Signed-off-by: Keith Packard <keithp@keithp.com> | ||
* | altosui: Disable radio configation over packet link. | Keith Packard | 2010-11-23 |
| | | | | | | | | Attempting to configure the radio over the packet link will only end up confusing the user, so disable it. This also works around a bug in older TM code which would lock up when trying to do this. Signed-off-by: Keith Packard <keithp@keithp.com> | ||
* | altosui: New AltosSerial.set_radio function sets channel/call | Keith Packard | 2010-11-23 |
| | | | | | | | | | Use this anytime you need to set the device radio channel and call sign, either for telemetry reception or packet mode origination. This uses the saved callsign and per-device radio channel number. Do not use this when opening a telemetrum as there won't be a saved channel number. Signed-off-by: Keith Packard <keithp@keithp.com> | ||
* | altosui: Make AltosSerial.flush_input keep reading while non-empty | Keith Packard | 2010-11-23 |
| | | | | | | | Flushing the input buffer can take a while, especially over the packet link. Keep reading while stuff is appearing on the reply queue. Signed-off-by: Keith Packard <keithp@keithp.com> | ||
* | add a rudimentary --help for command line use | Bdale Garbee | 2010-11-22 |
| | |||
* | altosui: Close serial port when debug link fails | Keith Packard | 2010-11-22 |
| | | | | | | | If the debug connection isn't working, close down the serial port when reporting the failure. Signed-off-by: Keith Packard <keithp@keithp.com> | ||
* | altosui: keep sitemap more centred on rocket | Anthony Towns | 2010-11-22 |
| | |||
* | altosui: improve sitemap scrolling behaviour | Anthony Towns | 2010-11-22 |
| | |||
* | AltosSiteMap: ensure buffer around active tile | Anthony Towns | 2010-11-21 |
| | |||
* | Merge branch 'buttonbox' of git://git.gag.com/fw/altos into buttonbox | Anthony Towns | 2010-11-21 |
|\ | |||
| * | altosui: When fixing eeprom gps time information, make GPS data valid | Keith Packard | 2010-11-20 |
| | | | | | | | | | | | | | | | | | | | | | | Eeprom files may be missing the GPS time (due to a firmware bug). Working around this involves finding the next valid GPS time and using that to create a fake GPS time entry. However, that next GPS time may not be locked or may have few sats as it is from the boost stage of the flight. Fix this by simply forcing the fake time packet to have 4 sats and be locked. Signed-off-by: Keith Packard <keithp@keithp.com> | ||
* | | AltosSiteMap: limit nr of tiles to 200x200 | Anthony Towns | 2010-11-21 |
| | | |||
* | | AltosSiteMap: never accept 0,0 as lat/long | Anthony Towns | 2010-11-21 |
|/ | |||
* | AltosSiteMap: refactor tile collection | Anthony Towns | 2010-11-21 |
| | |||
* | AltosSiteMap: thread safe tile addition | Anthony Towns | 2010-11-21 |
| | |||
* | AltosSiteMap: try to get new tile construction right | Anthony Towns | 2010-11-21 |
| | |||
* | AltosSiteMap: extend map if rocket goes far away | Anthony Towns | 2010-11-21 |
| | |||
* | Merge branch 'sitemap' into buttonbox | Anthony Towns | 2010-11-21 |
|\ | | | | | | | | | Conflicts: ao-tools/altosui/AltosSiteMap.java | ||
| * | AltosSiteMap: explain tile size better | Anthony Towns | 2010-11-21 |
| | | |||
| * | Merge branch 'buttonbox' into sitemap | Anthony Towns | 2010-11-21 |
| |\ | | | | | | | | | | | | | Conflicts: ao-tools/altosui/AltosFlightUI.java | ||
| * | | AltosSiteMap: better gps check, lower zoom | Anthony Towns | 2010-11-21 |
| | | | |||
* | | | altosui: Set site map flight path lines to 6 pixels anti-aliased. | Keith Packard | 2010-11-20 |
| | | | | | | | | | | | | | | | | | | Much more visible over the map. Signed-off-by: Keith Packard <keithp@keithp.com> | ||
* | | | Merge remote branch 'aj/sitemap' into buttonbox | Keith Packard | 2010-11-20 |
|\| | | |/ |/| | | | | | | | | | Conflicts: ao-tools/altosui/AltosFlightUI.java Signed-off-by: Keith Packard <keithp@keithp.com> | ||
| * | altosui: reindent | Anthony Towns | 2010-11-21 |
| | | |||
| * | Merge branch 'buttonbox' into sitemap | Anthony Towns | 2010-11-21 |
| |\ | |||
| * | | AltosSiteMap: be more polite about preferred size | Anthony Towns | 2010-11-21 |
| | | | |||
| * | | Add GrabNDrag.java | Anthony Towns | 2010-11-21 |
| | | | |||
| * | | AltosSiteMap: major refactoring | Anthony Towns | 2010-11-21 |
| | | | |||
| * | | AltosSiteMapTile: draw boost circle as well as landed | Anthony Towns | 2010-11-21 |
| | | | |||
| * | | AltosSiteMap: automatic fetching of map data | Anthony Towns | 2010-11-21 |
| | | | |||
| * | | AltosSiteMapTile: seperate map and drawing layers | Anthony Towns | 2010-11-20 |
| | | | |||
| * | | AltosSiteMap: add autoscroll and grabndrag scroll | Anthony Towns | 2010-11-20 |
| | | | |||
| * | | Merge branch 'buttonbox' of git://git.gag.com/fw/altos into buttonbox | Anthony Towns | 2010-11-20 |
| |\ \ | |||
| * \ \ | Merge branch 'buttonbox' of git://git.gag.com/fw/altos into buttonbox | Anthony Towns | 2010-11-20 |
| |\ \ \ | |||
| * \ \ \ | Merge branch 'buttonbox' of git://git.gag.com/fw/altos into buttonbox | Anthony Towns | 2010-11-20 |
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ao-tools/altosui/AltosFlightUI.java | ||
| * | | | | | AltosSiteMapTile: adjust scale to 1 nmi per tile | Anthony Towns | 2010-11-19 |
| | | | | | | |||
| * | | | | | AltosSiteMapTile: adjust centering calculation | Anthony Towns | 2010-11-19 |
| | | | | | | |||
| * | | | | | AltosSiteMapTile: autoscale to about 2 nmi per tile | Anthony Towns | 2010-11-19 |
| | | | | | |