fast.com icon indicating copy to clipboard operation
fast.com copied to clipboard

Python CLI-tool (without need for a GUI) to measure Internet speed with fast.com

Results 4 fast.com issues
Sort by recently updated
recently updated
newest added

I'm reaching out to anyone coding for fast.com as I've noticed the following. Even with a device that only has a 100Mbps port, the results are coming back from fast.com...

could you please add upload speed test? thanks!

Added the option to specify the interface, timeout, ipv4 or ipv6 address for the test. Try ./fast_com_example_usage.py --help

Made the following changes: - Converted code to `python3` - Linted code with `flake8` - Switched to the `requests` lib from `urllib` and `urllib2`