davesc63 / GeoPort

GeoPort: Your Location, Anywhere! The iOS location simulator

Home Page:https://geoport.me

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add a feature that connect a device with explicit IP

YuyangisCoding opened this issue · comments

Hi,

Is it feasible to add a CLI option that accepts an IP address of an iOS device to establish a tunnel with it? This would address the issue of Bonjour or mDNS being blocked on some enterprise networks.

Thanks

@YuyangisCoding - Let me take a look. Great idea!

ok, it may be possible, but there are a few issues:

  • we need two items to be known:
    1. device udid
    1. device wlan ip

You would probably know both, but obtaining the udid to pass becomes a bit of a user challenge. Working on a poc now

image

I can force an entry with manual input of "wlan ip" and "udid"

But I need to update a bit more logic in the app for this scenario
It is definitely not preferred and is a step back in speed / capabiltiy.

Concept is there, but I will work on it more another time