From 655077961961a5a55cd861ae9ba472a9026ee2dc Mon Sep 17 00:00:00 2001 From: Jonathan Flueren Date: Thu, 17 Aug 2023 18:36:35 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1b42c4c..17a5621 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # CZI presence detector -Tool to detect the presence of pre-defined devices by their WiFi MAC addresses. +Tool to detect the presence of defined devices by their WiFi MAC addresses. ## How scanning works Sets the wifi adapter into monitor mode, then listens to surrounding packets listing all detected devices into `wifi_map.yaml`. Resets the wifi adapter to normal mode for uploading the results, filters the results by the mac addresses in `identities.yaml` and sends all matched identities to the front-end webhook server in `website`. This server stores the presence information locally and displays it with `website/index.php` with a timestamp of the last update.