Skip to content

A console app to test the download speed on a particular network

Notifications You must be signed in to change notification settings

syntaxrob/SpeedTest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

C# Internet download speed test

A simple console application which tests the download speed being used for an internet connection 100 times before displaying:

  • the average speed
  • the max test speed
  • the minimum test speed
  • the calulated standard deviation (this number wants to be as close to 0 as possible. For more detailed info on this, click here)

NICS are now listed out and selectable as well as the number of test cycles can be set (100 test per cycle). Data is written away to a csv file, which will open after all test cycles have run.

Feel free to clone and use, or create pull requests to amend, update or change.

About

A console app to test the download speed on a particular network

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages