Go to file
caoqianming 532eeaba42 feat(simulate): chaos task for rem/flt signal testing
When SIMULATE_PLC=true, a background task randomly disrupts rem or flt
signals on equipment (rem=false for 5-15s, flt=true for 3-10s) to
exercise fault detection, comm lock, and recovery logic in the engine.
Uses XorShift64 PRNG with no extra dependencies.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-26 10:11:05 +08:00
docs refactor(web): remove dead code and translate plan docs to Chinese 2026-03-26 08:57:29 +08:00
migrations feat(control): add unit and event foundation 2026-03-24 10:20:23 +08:00
src feat(simulate): chaos task for rem/flt signal testing 2026-03-26 10:11:05 +08:00
web feat(ws): refresh units and equipments on WebSocket reconnect 2026-03-26 09:37:00 +08:00
.gitignore feat: 软件第一个版本 2026-03-03 13:32:05 +08:00
API.md docs(api): add missing Tag, Page, Log sections and batch-auto/set-tags endpoints 2026-03-25 14:27:49 +08:00
Cargo.lock feat: add page 2026-03-11 13:23:05 +08:00
Cargo.toml feat(page): add page table and CRUD handlers 2026-03-11 13:54:14 +08:00