summaryrefslogtreecommitdiff
path: root/altosui/AltosScanUI.java
Commit message (Collapse)AuthorAge
* altosui: Flush telemetry lines before starting to watch for scan resultsKeith Packard2011-07-16
| | | | | | | This prevents pending telemetry lines from being incorrectly attributed to the wrong channel/telemetry. Signed-off-by: Keith Packard <keithp@keithp.com>
* altosui: Initialize channel and telemetry before use in ScanUIKeith Packard2011-07-16
| | | | | | Otherwise we try to use telemetry format 0, which means 'no telemetry'. Signed-off-by: Keith Packard <keithp@keithp.com>
* altosui: Generalize and centralize telemetry constants, parse v0.8 telemetryKeith Packard2011-07-16
| | | | | | | | | | Move telemetry constants to Altos class, adding functions to compute names and lengths. Generalize users of these values to use all of the known values. Add support for v0.8 TeleMetrum telemetry Signed-off-by: Keith Packard <keithp@keithp.com>
* altosui: Finish radio scanning UIKeith Packard2011-07-16
| | | | | | | | Scans all channels and telemetry formats, presenting visible devices in a list. Entries from the list may be selected, in which case a monitor window pops up with the appropriate configuration. Signed-off-by: Keith Packard <keithp@keithp.com>
* altosui: Pop up monitor window from scan dialogKeith Packard2011-07-16
| | | | Signed-off-by: Keith Packard <keithp@keithp.com>
* altosui: Start adding support for scanning radio for available devicesKeith Packard2011-07-16
This is untested. Signed-off-by: Keith Packard <keithp@keithp.com>