From de0be52a879aa79ad480d43edc3035148d413b36 Mon Sep 17 00:00:00 2001 From: Robert McMahon Date: Fri, 10 Apr 2026 19:04:27 -0700 Subject: [PATCH] docs(readme): fleet of Raspberry Pi 5 lab controllers on roadmap Made-with: Cursor --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4b00f5a..aabb93b 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ A **first concrete goal** for this stack is to support **PCIe hot-swap (hot-plug That work fails if the bench is informal—wrong port, wrong power path, or no shared picture of what was connected when. FiWiControl targets that gap by combining **documented inventory** (INI + **`--verify-inventory`**), **remote automation** (**`ssh_node`**, **`python3 -m fiwicontrol.commands`** to bring up rigs), and **programmable power / USB paths** (**`fiwicontrol.power`**) so sequences are **scripted and checkable** before the PCIe harness runs. Longer term, **SPC** (below) is meant for **many hot-plug cycles**—spotting drift in failure rates or side metrics—not only general Fi‑Wi bring-up. -**Immediate roadmap:** **ESP32** integration for **telemetry** (and related rig control)—sensors, counters, and health alongside PCIe and Fi‑Wi runs—and expanded **ush** orchestration alongside OpenSSH: not only the **`ush`** transport already wired through **`ssh_node`**, but first-class tooling for benches that standardize on **ush**. None of that is finished yet beyond today’s **`ssh_node`** **`ush`** path. +**Immediate roadmap:** a **fleet of Raspberry Pi 5** boards as the primary **lab rig controllers** (remote **`fiwicontrol`** install, discovery over SSH, PCIe / Fi‑Wi harness hosts—docs and examples already assume Pi-class rigs). Next: **ESP32** integration for **telemetry** (sensors, counters, rig health alongside those runs) and expanded **ush** orchestration alongside OpenSSH—not only the **`ush`** transport already wired through **`ssh_node`**, but first-class tooling for benches that standardize on **ush**. Beyond today’s Pi-oriented install path, **`ssh_node`** **`ush`** transport, and inventory/CLI stack, the rest is still roadmap. ## Statistical process control (planned)