This folder contains helper scripts for local testing, observable demos, and operator checks.
- start_brain_server.sh wrapper that starts the canonical cloud app.
- wb_connection_check.py quick health + UDP connectivity check against a Wand Brain instance.
- full_system_smoke_test.py end-to-end UDP-to-API smoke test that verifies finalization and rendering.
- run_observable_udp_demo.sh demo helper for visible packet-to-dashboard runs.
- run_observable_long_stroke_demo.sh longer observable stroke demo against the live service.
- fake_wb_sender.py low-level synthetic sender for protocol-level debugging.
These scripts are for validation and demos. They are not the canonical runtime itself; that lives under cloud/ while the board-side runtime lives under ../../FPGA/.
If you are evaluating the project quickly, this folder is a good place to look for evidence that the system can be exercised and checked without manual packet crafting.