Nothing has been indexed for 0.7.0 yet. The tag is recorded, its shard.yml has not been read, so the manifest and dependency list below are empty because they are unknown rather than because they are absent.

Installation

# Add this to your shard.yml
dependencies:
  speedtest-ng:
    github: mamantoha/speedtest-ng
    version: ~> 0.7.0

Then run:

shards install

shard.yml

No shard.yml has been indexed for 0.7.0. You can read it on the repository.

Dependencies

Unknown: the shard.yml for this version has not been read yet.

README

This README is the one indexed from the repository at its latest ref, not from the tag for this version.

Crystal CI GitHub release speedtest-ng License

Installation

Get it from the Snap Store

Precompiled executables are available for Linux, macOS and Windows from Releases page.

Build from source

Clone the repository:

git clone https://github.com/mamantoha/speedtest-ng
cd speedtest-ng

Build the project:

shards build --release

Usage

speedtest-ng --help
Usage: speedtest-ng [options]
    --no-download                    Do not perform download test
    --no-upload                      Do not perform upload test
    --single                         Only use a single connection (simulates file transfer)
    --list                           Display a list of speedtest.net servers sorted by distance
    --server SERVER                  Specify a server ID to test against
    --secure                         Use HTTPS instead of HTTP when communicating with speedtest.net operated servers
    --download-time SECONDS          Set download test time limit in seconds (default: 20)
    --upload-time SECONDS            Set upload test time limit in seconds (default: 20)
    -v, --version                    Show the version number and exit
    -h, --help                       Show this help message and exit

screenshot

Contributing

  1. Fork it (https://github.com/mamantoha/speedtest-ng/fork)
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Contributors