From 8227ae390a72ab507023b61b30aa9ee306242707 Mon Sep 17 00:00:00 2001 From: bot Date: Sat, 30 May 2026 14:04:00 +0300 Subject: [PATCH] Archive: stop services, add repo URL to README --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a050513..ce44996 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # ESP32 WiFi Recon Cluster +**Repository:** http://192.168.1.117:3004/bot/esp32-cluster + ## What this is A distributed WiFi reconnaissance system using ESP32-S3 nodes and an Orange Pi as coordinator. The goal is passive RF awareness — mapping what is happening in the surrounding WiFi environment without transmitting or interacting with any networks. @@ -598,7 +600,13 @@ For reference during future BLE correlation work, the known open networks in ran ## Current status -**Project revived 2026-05-21** — new apartment, fresh start. All four nodes reflashed and online, coordinator running on Orange Pi, database clean. +**Archived 2026-05-30.** Services stopped and disabled on Orange Pi (`udp_ingest`, `dashboard` — inactive, disabled, will not restart on reboot). Database and all files preserved at `/opt/esp32_cluster/` on the Orange Pi. Re-enable with `systemctl enable --now udp_ingest dashboard` if needed. + +This project is complete as a learning exercise. Key outcomes: passive WiFi/BLE recon pipeline, deauth burst detection, OUI lookup, RSSI triangulation groundwork, 7-day retention with WAL corruption fix, four-node distributed sensor mesh. Next project will build on this foundation with active BLE (GATT) and channel-focused firmware modes. + +--- + +~~**Project revived 2026-05-21** — new apartment, fresh start. All four nodes reflashed and online, coordinator running on Orange Pi, database clean.~~ - [x] Arduino CLI installed, ESP32 core configured - [x] Node firmware: beacon scan + probe sniffing