meshcore-open/lib/connector
zjs81 b336aedbc5 fix: address PR #296 code review feedback
- Clamp ML predictions between physics floor (raw airtime) and ceiling
  (worst-case formula) so model can never produce unsafe timeouts
- Replace hourOfDay feature with secondsSinceLastRx for network activity
- Remove unused _ContactStats.stdDev and dead model persistence code
- Debounce observation writes (2s) instead of writing on every delivery
- Skip recording observations when pathLength is null to avoid corrupting
  training data
- Add comment explaining global (not per-contact) RX time tracking
- Remove notifyListeners from retrain to avoid unnecessary widget rebuilds
- Run dart format
2026-03-14 17:32:08 -07:00
..
meshcore_connector.dart fix: address PR #296 code review feedback 2026-03-14 17:32:08 -07:00
meshcore_connector_tcp.dart refactor(tcp): promote MeshCoreTcpConnector, fix translations, harden UI 2026-03-13 10:59:09 -07:00
meshcore_connector_usb.dart feat: Add TCP connection support and UI integration 2026-03-07 20:07:19 -05:00
meshcore_protocol.dart Dev discovery (#291) 2026-03-12 23:08:46 -07:00