-
Notifications
You must be signed in to change notification settings - Fork 1
The Source Code!
A bunch said they would install this if they could verify the information that is being collected and sent to us... so here is the entire source code and I'll provide some pointers!
Your random survey data (age and where you take your phone) is saved by the App here, then and sent to us. As you see, we attach your clientID which is a random ID (since this is anonymous) but we need a unique identifier. Then we include your age range, and the checkmarks you put in as to where you take your phone.
This is the data that is stored when your phone is in the home. Then, it is sent to us here. Notice how the only thing attached to the data is your random client ID. Your location information is NOT sent back to us. This ensures privacy of your identity and location.
Here is the two PHP scripts which receive the survey data, and your activity data. Note that neither even records even an IP address of your phone with the connection.