bryanyuan / SpeedMeasure

measure the networks download speed.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SpeedMeasure

Speed Measure Tool on iOS platform.

Adopt NSURLSessionDataTask and NSURLSessionDownloadTask to perform the actually download job.

Firstly, the task was NSURLSessionDataTask, it prompt us if it received the first response, we'll treat it as the timestamp that download jobs actually happen.

then switch the task to NSURLSessionDownloadTask, it updates the progress periodically and enable us to calculate the download rate.

About

measure the networks download speed.

License:MIT License


Languages

Language:Objective-C 97.5%Language:C 2.5%