• Stars
    star
    129
  • Rank 279,262 (Top 6 %)
  • Language
    Python
  • License
    Apache License 2.0
  • Created over 4 years ago
  • Updated over 3 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Boost bandwidth via speedtest

Breaks the bandwidth limitation of Far___Tone.

Enviroment Setup for Android

  1. Install Termux.
  2. Upgrade packages
pkg upgrade

and confirm (press y).

Dependency

pkg install python git

and confirm (press y).

Installation

  1. Clone the repository
git clone https://github.com/orz811017/boost_bandwidth_via_speedtest.git
  1. Check if it's cloned successfully (optional).
ls

Showing boost_bandwidth_via_speedtest indicates that cloning in successful.

  1. Install it to the system.
cd boost_bandwidth_via_speedtest && python setup.py install

Usage

speedtest-cli

The program will be executed in background.

Enviroment Setup for Windows

  1. using execution binary (without any addtional steps)
  2. using bat script need set up python env. (minimum python version requirement: 2.4)