Skip to content

alex-chan/VirtualGPS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VirtualGPS

CLI + iOS app to inject simulated GPS into an iPhone over WiFi or Tailscale. Supports iOS 17+ / 26 via pymobiledevice3's lockdown tunnel + RemoteXPC.

See MVP.md for full design.

Quickstart (M1 — single-point injection PoC)

# 1. iPhone connected via USB, trusted, developer mode on
# 2. install deps in a venv
python3.12 -m venv .venv && source .venv/bin/activate
pip install -e .

# 3. run the proof of concept (needs sudo for tunnel)
sudo .venv/bin/python proof_of_concept.py 39.9042 116.4074

iPhone Maps app should jump to Tiananmen. Ctrl+C to clear.

Status

  • Repo skeleton
  • M1 single-point injection
  • M2 tunnel subprocess
  • M3 HTTPS API
  • ...

See MVP.md milestone list.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors