A TCP-based heartbeat monitor for Rust game servers supporting both Classic RCON and WebRCON protocols. This monitor is designed to be more firewall-friendly than UDP-based game query approaches.
monitor-ai-bot/ │ ├── api-server/ # 单独进程:提供 HTTP API │ └── src/main.rs │ ├── bot-host/ # 主程序:插件调度 + 写 SQLite ...