Skip to content
gnychis edited this page Jul 9, 2012 · 9 revisions

A bunch of people 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 anonymously sent to us. As you can see, we only attach a randomly generated clientID to keep anonymity but have a unique identifier to separate participants. Then, we include your age range, and the checkmarks you put in as to where you take your phone. Note that we did NOT include your home network name in this survey data sent back to us.

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.

Clone this wiki locally