mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
feat: Desktop USB serial transport (#4836)
Signed-off-by: James Rich <2199651+jamesarich@users.noreply.github.com>
This commit is contained in:
parent
06c990026f
commit
59408ef46e
19 changed files with 457 additions and 37 deletions
|
|
@ -49,7 +49,7 @@ The module depends on the JVM variants of KMP modules:
|
|||
| `navigation/DesktopSettingsNavigation.kt` | Real settings feature composables wired into nav graph (~35 screens) |
|
||||
| `navigation/DesktopNodeNavigation.kt` | Real adaptive node list-detail + real metrics screens (logs + charts); map routes remain placeholders |
|
||||
| `navigation/DesktopMessagingNavigation.kt` | Real adaptive contacts list-detail + real Messages/Share/QuickChat route screens |
|
||||
| `radio/DesktopRadioInterfaceService.kt` | TCP socket transport with auto-reconnect, heartbeat, and backoff retry |
|
||||
| `radio/DesktopRadioInterfaceService.kt` | TCP, Serial/USB, and BLE transports with auto-reconnect, heartbeat, and backoff retry |
|
||||
| `radio/DesktopMeshServiceController.kt` | Mesh service lifecycle — orchestrates `want_config` handshake chain |
|
||||
| `radio/DesktopMessageQueue.kt` | Message queue for outbound mesh packets |
|
||||
| `ui/firmware/DesktopFirmwareScreen.kt` | Placeholder firmware screen (native DFU is Android-only) |
|
||||
|
|
@ -91,6 +91,7 @@ The module depends on the JVM variants of KMP modules:
|
|||
- [x] Add desktop language picker backed by shared `UiPreferencesDataSource.locale` with live translation updates
|
||||
- [ ] Wire remaining `feature:*` composables (map) into the nav graph
|
||||
- [ ] Move remaining node detail and message composables from `androidMain` to `commonMain`
|
||||
- [ ] Add serial/USB transport for direct radio connection on Desktop
|
||||
- [x] Add serial/USB transport for direct radio connection on Desktop
|
||||
- [x] Add BLE transport (via Kable) for direct radio connection on Desktop
|
||||
- [ ] Add MQTT transport for cloud-connected operation
|
||||
- [x] Package as native distributions (DMG, MSI, DEB) via CI release pipeline
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue