refactor: Rename emitter to agent, update related files and logging paths

This commit is contained in:
serversdwn
2026-03-03 17:10:47 -05:00
parent 0d5fa7677f
commit d404bf6542
6 changed files with 32 additions and 26 deletions

View File

@@ -1,10 +1,10 @@
# Series 3 Emitter — v1_0(py38-safe) for DL2
# Series 3 Ingest Agent — v1_0(py38-safe) for DL2
**Target**: Windows 7 + Python 3.8.10
**Baseline**: v5_4 (no logic changes)
## Files
- series3_emitter_v1_0_py38.py — main script (py38-safe)
- 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
@@ -15,7 +15,7 @@
3) Open CMD:
```cmd
cd C:\SeismoEmitter
python series3_emitter_v1_0_py38.py
python series3_agent_v1_0_py38.py
```
(If the console shows escape codes on Win7, set `COLORIZE = False` in `config.ini`.)
@@ -23,4 +23,4 @@
- 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
- emitter.log rotates per LOG_RETENTION_DAYS
- agent.log rotates per LOG_RETENTION_DAYS