GithubHelp home page GithubHelp logo

Comments (5)

irodkin avatar irodkin commented on July 18, 2024 2

@juhlila If your iOS device is in the same local network as your computer (connected to the same Wi-Fi or iOS device is connected to your Mac's shared network as example) then device name (returned by 'ideviceinfo -k DeviceName' command or in device's Settings->General->About) is resolved to ip. Resolving can be done by 'nslookup $(ideviceinfo -k DeviceName)' command (as example). Device name must contain only characters that are correct for url ('my-i-device' as example).

from libimobiledevice.

FunkyM avatar FunkyM commented on July 18, 2024

No, you just used the device name and construct a host name from it (as used by Bonjour).
Then you can resolve that to an IP.

from libimobiledevice.

juhlila avatar juhlila commented on July 18, 2024

@FunkyM and how to do that?

from libimobiledevice.

leonnfang avatar leonnfang commented on July 18, 2024

If the device and the pc are not in the same network, is there a way to find the IP address?

from libimobiledevice.

0xGaryWu avatar 0xGaryWu commented on July 18, 2024

@juhlila If your iOS device is in the same local network as your computer (connected to the same Wi-Fi or iOS device is connected to your Mac's shared network as example) then device name (returned by 'ideviceinfo -k DeviceName' command or in device's Settings->General->About) is resolved to ip. Resolving can be done by 'nslookup $(ideviceinfo -k DeviceName)' command (as example). Device name must contain only characters that are correct for url ('my-i-device' as example).

if it has unicode characters, how could i use it to lookup? url-encoding does not work

from libimobiledevice.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.