mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
refactor(transport): complete transport architecture overhaul — extract callback, wire BleReconnectPolicy, fix safety issues (#5080)
This commit is contained in:
parent
962c619c4c
commit
e85300531e
64 changed files with 1184 additions and 1018 deletions
|
|
@ -57,7 +57,7 @@ These items address structural gaps identified in the March 2026 architecture re
|
|||
| TCP | Desktop (JVM) | ✅ Done — shared `StreamFrameCodec` + `TcpTransport` in `core:network` |
|
||||
| Serial/USB | Desktop (JVM) | ✅ Done — jSerialComm |
|
||||
| MQTT | All (KMP) | ✅ Completed — KMQTT in commonMain |
|
||||
| BLE | All (KMP) | ✅ Done — Kable in `commonMain` (`BleRadioInterface`) |
|
||||
| BLE | All (KMP) | ✅ Done — Kable in `commonMain` (`BleRadioTransport`) |
|
||||
|
||||
### Desktop Feature Gaps
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue