Skip to content

A very light command line interface for testing internet bandwidth using speedtest.net. Specially designed for use on routers with OpenWRT firmwares.

License

Notifications You must be signed in to change notification settings

Delta-Sigma/speedtest-cli-light-copy

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Light Command Line Speedtest

A light command line interface for testing internet bandwidth using speedtest.net.

Very light

Written for python-mini with minimal dependency requirements. What's python-mini? Which means it will also run perfectly fine with your regular and diet versions of python.

History

This project is a fork of sivel/speedtest-cli. It was created because I needed a script to run on my TP-LINK TR741N router. The original speedtest-cli has too many dependencies, and the router does not have that much space._

Versions

Tested to work with Python 2.7.

Installation

Github

pip install git+https://github.com/Delta-Sigma/speedtest-cli-light.git

or

git clone https://github.com/Delta-Sigma/speedtest-cli-light.git
python speedtest-cli/setup.py

Just download (just like the way it was)

wget -O speedtest-cli https://github.com/Delta-Sigma/speedtest-cli-light/raw/master/speedtest_cli.py
chmod +x speedtest-cli

or

curl -o speedtest-cli https://github.com/Delta-Sigma/speedtest-cli-light/raw/master/speedtest_cli.py
chmod +x speedtest-cli

Usage

$ speedtest-cli -h
usage: speedtest-cli [-h] [--simple] [--list] [--server SERVER]
                     [--mini MINI]

Command line interface for testing internet bandwidth using speedtest.net.
--------------------------------------------------------------------------
https://github.com/Delta-Sigma/speedtest-cli-light

optional arguments:
  -h, --help       show this help message and exit
  -q, --quiet      Suppress verbose output, only show basic information

About

A very light command line interface for testing internet bandwidth using speedtest.net. Specially designed for use on routers with OpenWRT firmwares.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%