src.nth.io/

summaryrefslogtreecommitdiff
path: root/examples/config.example.json
AgeCommit message (Collapse)AuthorFilesLines
20 hoursImplement mattertimesync: one-shot Matter time synchronization CLILuke Hoersten1-0/+6
A standalone CLI Matter controller that joins Matter devices as a secondary administrator (multi-admin) and sets their clocks via the standard Time Synchronization cluster. Built on rs-matter 0.2.0, the official CSA Rust Matter stack: its PASE/CASE initiators, Commissioner flow, builtin mDNS, and generated cluster clients. One-shot runs from a systemd timer; there is no daemon. Hardware-validated end to end (commission, inspect, sync, decommission) against an IKEA ALPSTUGA air quality monitor over Thread, commissioned alongside Apple Home. Design and operation are documented in the README. 34 unit tests, clippy clean.