From 46b0ca4ffc74ff82f0c65cccf796562a4ae11beb Mon Sep 17 00:00:00 2001 From: Robert McMahon Date: Fri, 10 Apr 2026 18:57:15 -0700 Subject: [PATCH] docs(readme): broaden tagline; add planned SPC (Hotelling, Shewhart) section Made-with: Cursor --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e69e2c7..88cef81 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # FiWiControl -Tools and libraries for managing and testing Umber Fi‑Wi networks. +Tools, libraries and statistical software for automating, managing, monitoring and testing Umber Fi‑Wi networks. **Naming:** The **Git repository** and checkout directory are **FiWiControl** (mixed case). The **Python distribution** and **import package** are **`fiwicontrol`** (all lowercase, PEP 8) — same project, different casing rules for Git vs Python. Use **`fiwicontrol`** for `pip install` / `import`, not `FiWiControl`. @@ -10,6 +10,10 @@ This repository ships that distribution (**`fiwicontrol`** on PyPI / `pip`) with 2. **`fiwicontrol.lab`** — USB discovery (Acroname / Monsoon) and **`configs/*.ini`** inventory load + verify. Imports **`fiwicontrol.commands`** for SSH discovery only. 3. **`fiwicontrol.power`** — **`Power`** (``.on()`` / ``.off()`` / ``.voltage()`` / …) via **`AcronamePower`** and **`MonsoonPower`**, plus a small CLI (**`--discovery-json`**, **`--list-power-devices`**, **`--verify-inventory`** with **`-c`**). Re-exports **`fiwicontrol.lab`** discovery/inventory for compatibility. May import **`fiwicontrol.commands`** and **`fiwicontrol.lab`**; the reverse is forbidden. +## Statistical process control (planned) + +The project is intended to grow **statistical process control (SPC)** support—for example **Hotelling**-style multivariate monitoring and **Shewhart** control charts—for lab and field metrics tied to Fi‑Wi rigs. That code is **not** in the tree yet; today’s packages focus on automation, inventory, and power/USB control as described above. + **Layout** ```