From 1d94c5dd0456e440c1b2d6c4a049c1d745252bf3 Mon Sep 17 00:00:00 2001 From: serversdwn Date: Tue, 17 Mar 2026 14:26:59 -0400 Subject: [PATCH] docs: delete deprecated client specific readme --- README_DL2.md | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 README_DL2.md diff --git a/README_DL2.md b/README_DL2.md deleted file mode 100644 index 0f97dff..0000000 --- a/README_DL2.md +++ /dev/null @@ -1,26 +0,0 @@ -# Series 3 Watcher — v1_0(py38-safe) for DL2 - -**Target**: Windows 7 + Python 3.8.10 -**Baseline**: v5_4 (no logic changes) - -## Files -- series3_agent_v1_0_py38.py — main script (py38-safe) -- config.ini — your config (already included) -- series3_roster.csv — your roster (already included, this auto updates from a URL to a dropbox file) -- requirements.txt — none beyond stdlib - -## Install -1) Create `C:\SeismoEmitter\` on DL2 -2) Extract this ZIP into that folder -3) Open CMD: - ```cmd - cd C:\SeismoEmitter - python series3_agent_v1_0_py38.py - ``` -(If the console shows escape codes on Win7, set `COLORIZE = False` in `config.ini`.) - -## Quick validation -- Heartbeat prints Local/UTC timestamps -- One line per active roster unit with OK/Pending/Missing, Age, Last, File -- Unexpected units block shows .MLG not in roster -- agent.log rotates per LOG_RETENTION_DAYS