{{ m.label }}
用户ID {{ currentUID }}
{{ wsConnected ? 'WS已连接' : 'WS断开' }}
{{ isServerRunning ? '服务运行中' : '未启动' }}
数据接收区 {{ selectedClient.addr }}
{{ formatBytes(selectedClient ? (selectedClient.bytesRx || 0) : 0) }}
{{ selectedClient ? selectedClient.addr : '—' }} 接收
{{ formatBytes(selectedClient ? (selectedClient.bytesTx || 0) : 0) }}
{{ selectedClient ? selectedClient.addr : '—' }} 发送
{{ stats.connectedCount }}
在线连接
全局 ↓{{ formatBytes(stats.recv) }} ↑{{ formatBytes(stats.send) }}
数据发送区 {{ isIndependent ? '独立模式' : '全局模式' }}
ms
关键词响应配置
当客户端收到的数据与关键词完全一致时,自动下发发送区内容。
延时下发 ms
{{ kwText.length }} / 2048