Reputation: 5124
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
Upvotes: 1
Views: 129
Reputation: 5124
Turning off ipv6 support on my router forced all my connected devices back to ipv4, and now DJI Bridge works fine.
Upvotes: 1