callebtc
|
d54d470614
|
more logging
|
2025-07-12 16:36:00 +02:00 |
|
callebtc
|
035273011f
|
fix startup
|
2025-07-12 15:42:37 +02:00 |
|
callebtc
|
e58cf4fd0d
|
fix null pointer
|
2025-07-12 12:53:01 +02:00 |
|
callebtc
|
b6f281275a
|
fixed
|
2025-07-09 21:51:04 +02:00 |
|
callebtc
|
3c0d145406
|
variable mtu clientside fix
|
2025-07-09 21:39:12 +02:00 |
|
callebtc
|
90750c2635
|
disable server, but client works
|
2025-07-09 21:10:20 +02:00 |
|
callebtc
|
250772a693
|
silent
|
2025-07-09 19:49:21 +02:00 |
|
callebtc
|
1d7defcbae
|
rate limiting
|
2025-07-09 18:29:49 +02:00 |
|
callebtc
|
dd8aa083b9
|
power saving
|
2025-07-09 15:47:54 +02:00 |
|
callebtc
|
d3e258b442
|
precvent duplicate connections
|
2025-07-09 15:34:20 +02:00 |
|
callebtc
|
3919373025
|
Add extracted components for BluetoothMeshService refactoring
- PeerManager.kt: Manages peer lifecycle, nicknames, and RSSI tracking (161 lines)
- FragmentManager.kt: Handles message fragmentation and reassembly (194 lines)
- SecurityManager.kt: Manages duplicate detection, replay protection, encryption (236 lines)
- StoreForwardManager.kt: Handles message caching for offline peers (295 lines)
- MessageHandler.kt: Processes different message types and relay logic (284 lines)
- BluetoothConnectionManager.kt: Manages BLE connections and GATT operations (611 lines)
- PacketProcessor.kt: Routes incoming packets to appropriate handlers (108 lines)
All components compile successfully and maintain same functionality as original monolithic service.
Total extracted: ~1789 lines into 7 focused components.
|
2025-07-08 23:44:24 +02:00 |
|