2 Commits

Author SHA1 Message Date
97a77d4745 fix: 修复6个边缘侧问题 + 单元测试
1. 删除 ConfigAgent (与 MQTT 配置更新重叠且未启用)
2. OTA 完整安装流程: 解压tar.gz -> 校验ELF -> 替换二进制 -> systemctl重启
3. StreamManager stopAll 添加 Wait() 防止僵尸进程
4. InferClient socket 读写添加 timeout 防止永久阻塞
5. Heartbeat 集成 NPU 监控 (npu-smi + fallback 脚本)
6. 配置更新时动态重启 ffmpeg 以应用新 fps
2026-05-08 23:58:08 +08:00
78427b2e33 docs: add deployment guide for edge agent
- Prerequisites (hardware, software, versions)
- Step-by-step deployment instructions
- Configuration examples
- Troubleshooting table
- OTA update workflow
2026-05-08 17:12:36 +08:00