The Unofficial Speedtest CLI
Find a file
Stefan Tatschner 29aba68d57 Moar cleanup
2020-07-29 13:29:02 +02:00
bin/speedtest Moar cleanup 2020-07-29 13:29:02 +02:00
internal Change module to fork address 2020-07-28 16:37:39 +02:00
.gitignore More cleanups 2020-07-28 16:33:51 +02:00
go.mod Change module to fork address 2020-07-28 16:37:39 +02:00
go.sum More cleanups 2020-07-28 16:33:51 +02:00
LICENSE Added GLPv3 copyright and some hints on contributing 2013-07-07 18:14:51 -05:00
Makefile Update obsolete stuff 2020-07-28 16:26:24 +02:00
README.md Update obsolete stuff 2020-07-28 16:26:24 +02:00

The Unofficial Speedtest CLI

The Unofficial Speedtest CLI is a command-line program to test bandwidth in situations where you don't have access to a full GUI environment and web browser.

In 2013 I was feeling guilty about using Open Source software for most of my life without giving anything back in return. I decided to create this project to my part to help the IT community.

A lot of the initial algorithms here are based on different scripts I found when I was studying how speedtest.net works. Mainly, @sivel's speedtest-cli, thanks for your work!