# 下载与安装

### 下载 <a href="#simfly-pad" id="simfly-pad"></a>

#### SimFly Pad <a href="#simfly-pad" id="simfly-pad"></a>

你可以在 App Store 或 Google Play 搜索 SimFly Pad 并进行安装。

{% hint style="info" %}
Android 用户如果需要下载 APK 或历史版本，也可以通过 <https://static.simflypad.com/index.html> 下载。
{% endhint %}

#### SimFly Linker <a href="#simfly-linker" id="simfly-linker"></a>

除了 SimFly Pad 的检查单 (Checklist) 功能之外，其他功能都需要连接 SimFly Linker 才能使用。因此，SimFly Linker 是 SimFly Pad 用户的必备组件。

压缩包下载链接：

* <https://flightsim.to/file/36894/simflylinker-take-scrrenshots-from-your-phone>

安装程序下载链接：

* <https://static.simflypad.com/index.html>

#### 安装 <a href="#installation" id="installation"></a>

将 SimFly Linker 的 zip 文件解压到任意路径。(注意：如果你下载的是安装程序，直接运行 .exe 安装即可。)

#### Windows 版 SimFly Pad

该版本现已正式上线。下载链接：

* <https://static.simflypad.com/index.html>

{% hint style="info" %}
安装 Windows 版本前，请确保你在本地上已安装了 VC 运行库。
{% endhint %}

### 启动 SimFly Linker <a href="#starting-simfly-linker" id="starting-simfly-linker"></a>

运行 `SimFly Linker.exe`，然后在界面首页点击 “Start” 按钮。这表示 SimFly Linker 服务已经启动，并会尝试在局域网内自动通知 SimFly Pad。

如果一切配置正确，你会在 **SimFly Pad** 的 Camera 页面右上角看到绿色的 “SimFly Linker Connected” 提示。同时，Cockpit 页面左上角也会出现绿色指示标识。

如果 SimFly Pad 无法自动检测到 SimFly Linker，请参考 [网络诊断指南](/v1/cn/gu-zhang-pai-chu/connection.md) 进行排查。

{% hint style="info" %}
首次运行 SimFly Linker.exe 时，Windows 防火墙可能会询问是否允许网络访问。请确保允许。
{% endhint %}

{% hint style="info" %}
对于 iOS 用户，首次启动 SimFly Pad 时，系统会提示是否允许本地网络访问。请确保允许。
{% endhint %}

### 网络要求 <a href="#network-requirement" id="network-requirement"></a>

简单来说，运行 SimFly Pad 的设备需要能够通过网络与运行 SimFly Linker 的电脑通信，SimFly Pad 的大多数功能才能正常工作。

通常需要满足以下条件：

* 连接到同一台路由器。(这是最简单的方法。如果它们在不同路由器下，请确保两个网络互通。一般来说，在知道 SimFly Pad 的 IP 地址后，你可以在运行 SimFly Linker 的电脑上使用 `ping` 命令来验证网络连通性。)
* 如果你的电脑也使用无线网络，请确保两台设备使用相同的频段。
* 路由器设置中未开启 “设备隔离” 选项。
* Windows 防火墙或杀毒软件没有拦截 SimFly Linker 的网络请求。
* 设备未开启 VPN。

SimFly Pad 和 SimFly Linker 都内置了网络诊断工具。如果你无法在 SimFly Linker 和 SimFly Pad 之间建立连接，请参考 [**这篇文章**](/v1/cn/gu-zhang-pai-chu/connection.md)。

### 下一步？

* (可选) 我们强烈建议你 [注册一个 SimFly Pad 账号](/v1/cn/kuai-su-ru-men/sign-up-a-new-simfly-pad-account.md)。它可以帮助你同步 SimFly Pad 应用数据，你的购买记录也会绑定到该账号。
* 如果你想使用 SimFly Pad 为模拟器拍照或录制视频，可以切换到 Camera 页面。
* 如果你想使用 SimFly Pad 来 [控制座舱](/v1/cn/kuai-su-ru-men/using-the-cockpit-control-feature.md)，可以切换到 Cockpit 页面。该页面包含多种机型的面板，例如 A320、B737、C172 等。如果你希望解锁高级面板 (例如 A320)，iOS 用户可以在应用内直接解锁；Android 用户需要在 SimMarket 购买激活码。


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.simflypad.com/v1/cn/kuai-su-ru-men/download_setup.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
