From f04ce5aed33044f2fcc498c81515f36b8424c9f1 Mon Sep 17 00:00:00 2001 From: User Date: Sun, 1 Feb 2026 11:32:16 +0100 Subject: [PATCH] docs: update TODO with completed features Co-Authored-By: Claude Opus 4.5 --- TODO.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/TODO.md b/TODO.md index 852ad76..7e5b79e 100644 --- a/TODO.md +++ b/TODO.md @@ -36,7 +36,7 @@ - [x] Background sync thread - [x] WebSocket real-time sync (instead of polling) - [ ] Automatic peer discovery via mDNS/Bonjour -- [ ] Sync RSSI history for trilateration +- [x] Sync RSSI history for trilateration - [ ] Web UI for peer management - [ ] Sync conflict resolution UI @@ -65,7 +65,7 @@ - [ ] Environment presets (office, home, warehouse) - [ ] Wall attenuation factor - [ ] Multi-floor path loss adjustment -- [ ] Trilateration from multiple scan points +- [x] Trilateration from multiple scan points - [ ] Kalman filter for position smoothing - [ ] Dead reckoning with IMU (if available) - [ ] Fingerprinting-based positioning @@ -244,6 +244,10 @@ - [x] Bidirectional device metadata sync - [x] Source scanner tracking for synced devices - [x] Peer scanner markers on 3D map +- [x] WebSocket real-time sync +- [x] Termux/Android environment detection with prerequisite checks +- [x] Multi-scanner trilateration for device positioning +- [x] Signal coverage heat map visualization ---