jeden / NetworkSpeedTest

Passively collecting network statistics for iOS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NetworkSpeedTest

With NetworkSpeedTest you can understand average, max and current download speed. All the data collected passively from a network interface.

Usage

  • Create NSTMeasurer object.
  • Check his maxDownloadSpeed, averageDownloadSpeed and currentDownloadSpeed properties. All these properties are KVO compatible.
  • Add self as a delegate if you need raw data.

Author

Vladislav Dugnist, vdugnist@gmail.com

License

NetworkSpeedTest is available under the MIT license.

About

Passively collecting network statistics for iOS

License:MIT License


Languages

Language:Objective-C 95.0%Language:Ruby 5.0%