binwilly / wifi2use

Wi-Fi 2 Go is a mobile app designed to share wi-fi passwords for public-access places that protect their wi-fi.
0 stars 0 forks source link

Test wifi connection #15

Open binwilly opened 11 years ago

binwilly commented 11 years ago

Rate wifi by testing connection speed

nameghino commented 11 years ago

How do you propose to do this? I think we'd have to set up some kind of test payloads of different sizes, start downloading and finally time the download. We'd also have to the several measurements and average them out. Also, this would obviously has to be done from the device, and then some sort of reporting API would be needed. Marking as both service and iOS issue.

binwilly commented 11 years ago

Yes, we have to do something like that, the device will report to the service time and file size downloaded. The server will do all calculation needed. End user will be able optionally to test wifi.

nameghino commented 11 years ago

"The server will do all calculation needed."

file size in KB / time in seconds

Easily done on device ;-)

Although this will not be an indicator of neither link quality nor wi-fi service quality, just downlink speed.

binwilly commented 11 years ago

service will calculate an average of all testing in the same location