How to make an internet speed tester like ookla or fast.com(Netflix). And which language do we use? | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
+ 1

How to make an internet speed tester like ookla or fast.com(Netflix). And which language do we use?

6th Nov 2020, 3:38 PM
Pranav Sharma
3 Antworten
+ 2
A rough idea is to download a file, let's say 1 MB in size, record the time of beginning and end of download. Next calculate the seconds taken for downloading the said file, and then measure how many bits or kilobits or megabits is actually downloaded per second.
6th Nov 2020, 4:27 PM
Ipang
+ 2
I can't recommend a specific language, just that rough idea. I think any language that supports file download plus a bit of maths will do (just my opinion).
6th Nov 2020, 4:33 PM
Ipang
+ 1
But which language do we use?
6th Nov 2020, 4:31 PM
Pranav Sharma