简体   繁体   English

DJI Bridge 生成 ipv6 地址,无法连接

[英]DJI Bridge produces ipv6 address and won't connect

While writing an iOS Application with the DJI SDK, I am trying to connect the SDK to the drone via the bridged mode.在使用 DJI SDK 编写 iOS 应用程序时,我正在尝试通过bridged模式将 SDK 连接到无人机。 This mode takes in an ipv4 address, however when I boot up the DJI Bridge app on either my iPhone or my iPad, the displayed address is ipv6.此模式采用 ipv4 地址,但是当我在 iPhone 或 iPad 上启动 DJI Bridge 应用程序时,显示的地址是 ipv6。 Supplying the ipv6 value in the code does not produce a connected drone.在代码中提供 ipv6 值不会产生连接的无人机。

sdkManager.enableBridgeMode(withBridgeAppIP: "ipv6 address")

The issue also exists against the DJI Bridge github project: https://github.com/dji-sdk/Mobile-SDK-iOS/issues/281 DJI Bridge github 项目也存在该问题: https://github.com/dji-sdk/Mobile-SDK-iOS/issues/281

Turning off ipv6 support on my router forced all my connected devices back to ipv4, and now DJI Bridge works fine.关闭路由器上的 ipv6 支持会强制我所有连接的设备恢复为 ipv4,现在 DJI Bridge 工作正常。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM