You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
fast.com/fast_com_example_usage.py

9 lines
148 B
Python

#!/usr/bin/env python
import fast_com
print "Start speedtest against fast.com ..."
print "Result:", fast_com.fast_com(), "Mbps"
print "... Done"