From 728af2d5022f16efc50fdb07feaf88a9d4399f49 Mon Sep 17 00:00:00 2001 From: AlienMajik <118037572+AlienMajik@users.noreply.github.com> Date: Mon, 5 May 2025 12:48:14 -0700 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 2216c64..24ab745 100644 --- a/README.md +++ b/README.md @@ -932,6 +932,7 @@ Bluetooth: http://172.20.10.2:8080/plugins/snoopr/ Explore the Interface Table: Lists all detected networks with sorting (by "Device Type" or "Snooper") and filtering ("All Networks," "Snoopers," or "Bluetooth Networks"). + Map: Shows device locations—click a network in the table to pan the Leaflet.js map to its marker (blue for regular, red for snoopers) with popups showing details. Scroll Buttons: "Scroll to Top" and "Scroll to Bottom" for easy navigation of long lists. @@ -941,10 +942,15 @@ Scroll Buttons: "Scroll to Top" and "Scroll to Bottom" for easy navigation of lo Notes Database: All data is stored in snoopr.db in the directory specified by path. + Data Pruning: Detection records older than prune_days are automatically deleted to manage database size. + GPS Dependency: Logging requires GPS data. If unavailable (latitude/longitude = "-"), a warning is logged, and Bluetooth scans are skipped. + Web Interface Requirements: The viewing device needs internet to load Leaflet.js and OpenStreetMap tiles. + Bluetooth Troubleshooting: If scanning fails, ensure hcitool is installed and Bluetooth is enabled (sudo hciconfig hci0 up). + Logging: Improved logging for GPS and Bluetooth issues (e.g., [SnoopR] Error running hcitool: ), aiding in debugging.