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

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