简体   繁体   中英

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. 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. Supplying the ipv6 value in the code does not produce a connected drone.

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

Turning off ipv6 support on my router forced all my connected devices back to ipv4, and now DJI Bridge works fine.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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