davesc63 / GeoPort

GeoPort: Your Location, Anywhere! The iOS location simulator
https://geoport.me
GNU General Public License v3.0
102 stars 9 forks source link

Add a feature that connect a device with explicit IP #45

Open YuyangisCoding opened 1 month ago

YuyangisCoding commented 1 month ago

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

davesc63 commented 1 month ago

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

davesc63 commented 1 month ago

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

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

davesc63 commented 1 month ago

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