Skip to content

Releases: hentai-chan/speedtest

Major Rewrite

03 Oct 22:16
900e871
Compare
Choose a tag to compare

With version 2.0.0 the implementation undergoes a radical change. Many external dependencies have been dropped entirely (with the exception of pythonping which in its newest version now requires root privileges). The plot option was also removed from this application. You may plot this data yourself with a program of your choice using the CSV save files which you can find here:

sudo speedtest ping --path
speedtest bandwidth --path

Speedtest Patch

29 May 11:48
Compare
Choose a tag to compare

Fixes internal speedtest error that prematurely aborted the bandwidth command.

Improve Log Utilities

01 Mar 22:14
Compare
Choose a tag to compare

Makes the speedtest log --read terminal output prettier using rich tables and fixes potential permission errors with respect to the log path for non-root users.

Reset and Read Options

03 Feb 22:17
Compare
Choose a tag to compare

Adds two new flags to ping and bandwidth command, namely --read and --reset.

Bug Fix

01 Feb 17:53
Compare
Choose a tag to compare

Fixed a bug that made accessing the resource files impossible.

More Refined Log Options

30 Jan 19:34
Compare
Choose a tag to compare

Log-related operations are promoted to autonomous methods, see also

speedtest log --help

for more information.

Initial Release

28 Jan 21:27
Compare
Choose a tag to compare

This is the first stable release intended for public use. In comparison to the preview release, it adds an implementation for the plot method as well as improved error handling. Please refer to the README file to access documentation and installation instructions.

Test Preview

28 Jan 15:21
Compare
Choose a tag to compare
Test Preview Pre-release
Pre-release

This release is a preview built for testing purposes. It currently implements the following methods:

# set default configuration for ping and bandwidth test runs
speedtest config --help
# get ping response data and store results to disk
speedtest ping --save
# get bandwidth (upload and download) stream and store results to disk
speedtest bandwidth --save
# does nothing because this method is not implemented yet
speedtest plot --help