A Vaeforge AI product
LinkKeeper
Prototype · needs auditA prototype for measuring connection health and testing automatic failover.
- Stack
- Pure Python (stdlib only)
- Codebase
- ~2,700 lines
- Building since
- July 2026
- Source
- Private repository
LinkKeeper prototype dashboard showing latency, jitter, loss and recorded switch events.
See it working
A short, unnarrated screen recording of the real software.
LinkKeeper is a prototype that measures available links — latency, jitter and packet loss — and tests switching to a healthier connection when the current link degrades.
It was built around a real Delhi connectivity problem. Failover continuity and reliability still require audit before broader use.
Python (stdlib)WindowsRuns as a daemonBuilt with Claude
- Health-based switching Prototype logic compares measured link health rather than relying only on connected-or-not status.
- Failover under test Background switching behavior is being tested; uninterrupted downloads and calls are not guaranteed.
- Logged decisions When a switch is attempted, the prototype records the measurements used.