From 060459e96ec86613f87602e66d61b65c2b53d40a Mon Sep 17 00:00:00 2001 From: TNB Date: Fri, 10 Jul 2026 11:05:05 -0400 Subject: [PATCH] Document new TallyFlow IoT support for ATID ATF862 / Invengo XC-RF861 (rebranded reader) in code review and architecture notes --- TallyFlow/Product/Code Reviews/tallyflow-iot.md | 2 +- TallyFlow/TallyFlow-Architecture.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/TallyFlow/Product/Code Reviews/tallyflow-iot.md b/TallyFlow/Product/Code Reviews/tallyflow-iot.md index 74b2bcf..708f989 100644 --- a/TallyFlow/Product/Code Reviews/tallyflow-iot.md +++ b/TallyFlow/Product/Code Reviews/tallyflow-iot.md @@ -4,7 +4,7 @@ ## Structure - `core/`: Main service/library - - RFID drivers (Impinj, Zebra) + - RFID drivers (Impinj, Zebra, ATID ATF862 / Invengo XC-RF861 — same reader rebranded) - Barcode support (Zebra, SNAPI) - REST API v1 - Real-time tag streaming diff --git a/TallyFlow/TallyFlow-Architecture.md b/TallyFlow/TallyFlow-Architecture.md index 3e005a7..8fabbdc 100644 --- a/TallyFlow/TallyFlow-Architecture.md +++ b/TallyFlow/TallyFlow-Architecture.md @@ -34,7 +34,7 @@ TallyFlow is built around exactly **five primary components**, with **Core** as ### 5. IoT - Rust-based service -- Integrates fixed RFID readers (Impinj, Zebra) and environmental sensors +- Integrates fixed RFID readers (Impinj, Zebra, ATID ATF862 / Invengo XC-RF861 — same reader rebranded) and environmental sensors - Pushes tag events and sensor data to Core (optional / dashed connection) - **Can integrate with ERP systems**