BridGeo (aka. BGO)¶
《我的世界》基岩版服务器代理和渲染工具兼 MITM 开发框架
⚒️ 版权信息¶
Minecraft Bedrock Edition server proxy and rendering tool with MITM development framework.
Copyright (C) 2024-2024 Cdm2883
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.
✨ 工作原理¶
graph LR
Client[客户端] --> Relay --> Server[服务器]
subgraph Relay [BridGeo代理]
direction LR
Packets[数据包分发处理]
Packets -.-> Plugins[模块&插件]
Packets -.-> DataChannel[网页数据通道]
end