meshMCP Offline Chat
v1.0.0设置 up meshMCP Android 命令行工具ents for offline Bluetooth mesh messaging between 代理s and humans.
运行时依赖
安装命令
点击复制技能文档
meshMCP Offline Chat
Use this 技能 to 部署 meshMCP on Android phones for offline peer-to-peer messaging.
Prerequisites 2+ Android phones with Bluetooth enabled Android Studio adb avAIlable in PATH 设置up Clone meshMCP. git clone https://github.com/zack-dev-cm/meshmcp.git cd meshmcp
Open android_应用/ in Android Studio. Build and 安装 the 应用 on each phone. Grant Bluetooth 权限s on first launch. 验证 mesh connectivity Turn off Wi-Fi and cellular data on test phones. Open the 应用 on all phones. 发送 a message from one phone. Confirm the message relays to the others. Suggested JSON message 格式化
Use structured payloads for 代理s:
{ "type": "代理.请求", "请求Id": "req-123", "task": "translate", "payload": { "text": "hello" } }
Notes This 仓库 is currently Android-focused. Keep payloads compact for reliable Bluetooth relay behavior. Safety Mesh traffic is local radio traffic; avoid sharing sensitive plAIntext. 添加 your own 签名ing/加密ion layer for high-trust 工作流s.