forked from petewarden/iPhoneTracker
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
1 parent
fe65cad
commit 766fc77
Showing
3 changed files
with
39 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +0,0 @@ | ||
iPhone Tracker | ||
============== | ||
|
||
= iPhone Tracker | ||
By http://twitter.com/aallan[Alasdair Allan] and http://twitter.com/petewarden[Pete Warden]. | ||
|
||
When you run this application it scans through the backup files that are automatically created when you sync your iPhone with your OS X computer, extracts any recorded location information, and displays it as an animatable map. | ||
|
||
It *doesn't* record or share any of this information, it's purely a tool for visualizing the data on your machine. It's open source, so feel free to check the code and compile it yourself if you're concerned. | ||
|
||
The goal is to demonstrate how much data your iPhone is collecting on your movements, and how easy it is for any program on your computer to access that information. The coordinates and time periods are deliberately shown with low accuracy to make this application less useful as a snooping tool, but the underlying data has a lot more detail. | ||