Files
lzwcai-terminal-temi/README.md
Sucan 1e7a45f19c feat(设置页): 添加 Agent 过滤配置字段
- 在设置页添加 Agent ID 输入框,用于过滤流式播报消息
- 新增字符串资源 label_agent_filter 和 hint_agent_id
- 在 MQTT 管理器中处理 soul2user 主题消息,根据配置的 demp_id 进行过滤
- 更新 README 文档结构,将详细技术说明移至 technique.md 文件
2026-03-16 10:58:19 +08:00

27 lines
546 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# Temi 终端控制应用
基于 Temi SDK 的 Android 应用,通过 MQTT 指令控制机器人导航、接待、巡逻与语音播报。
## 功能
- MQTT 指令控制导航与播报
- 接待与巡逻模式
- 设置页:网络 IP、当前位置、特殊任务模式
## 运行
- 推荐使用 Android Studio 连接 Temi 设备运行
- 模拟器仅用于 UI 预览
## MQTT
- Broker`tcp://<IP>:1883`
- 主题:`robot/cmd`
- 示例:
```json
{"action":"goto","location":"前台"}
```
## 构建
```bash
.\gradlew.bat :app:installDebug
```