NetworkSpeedTest

Passively collecting network statistics for iOS


License
MIT
Install
pod try NetworkSpeedTest

Documentation

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.