Skip to content

Instantly share code, notes, and snippets.

@azuby
Forked from axsuul/gist:1937145
Created March 8, 2012 03:40
Show Gist options
  • Save azuby/1998456 to your computer and use it in GitHub Desktop.
Save azuby/1998456 to your computer and use it in GitHub Desktop.

Method A: Carrier - Poor Location Precision, Secure

Method B: Client(phone) - High Location Precision, Insecure (Can be spoofed)

Option 1: Improve precision of Method A (Carrier Location)

  • Supports all phones on Tier 1 carriers
  • Find and correct for inaccuracy patterns

Option 2: Prevent spoofing of Method B (Client Location)

Option 3: Prevent spoofing of Method B by using Method A

  • Supports smart phones on Tier 1 carriers (Limited end users)
  • Requires mobile app development
  • Incurs the costs of Option 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment