feat: improve device health and client presence

This commit is contained in:
benya
2026-07-21 02:17:42 +03:00
parent e5651a2727
commit 8936a6b4ba
9 changed files with 511 additions and 48 deletions

View File

@@ -67,7 +67,7 @@ application to the router. Do not copy or install the shell runtime at the same
cd dist/rmm-openwrt-25.12.4-ramips-mt7621
sha256sum -c SHA256SUMS
scp \
rmm-agent-go-production-0.5.1-r1.apk \
rmm-agent-go-production-0.5.2-r1.apk \
luci-app-rmm-agent-0.1.0-r1.apk \
root@ROUTER_IP:/tmp/
```
@@ -76,7 +76,7 @@ Then install the locally built, unsigned packages over SSH:
```sh
apk add --allow-untrusted \
/tmp/rmm-agent-go-production-0.5.1-r1.apk \
/tmp/rmm-agent-go-production-0.5.2-r1.apk \
/tmp/luci-app-rmm-agent-0.1.0-r1.apk
/etc/init.d/rpcd restart
/etc/init.d/uhttpd restart