aranaformae Posted March 12, 2013 Share Posted March 12, 2013 For Alfred 1 there was an extension which ran a speedtest for you connection. I've not been able to recreate that feature with a workflow.. is there someone who can help me or just make it? brun01 and Amoftcoorb 2 Link to comment
brun01 Posted March 15, 2013 Share Posted March 15, 2013 +1 on that, one of the most useful v1 extensions for me. Link to comment
jdfwarrior Posted March 15, 2013 Share Posted March 15, 2013 Do you guys have a link to the original? I'd be curious to see what it's doing. Then maybe I could recreate it for you DJay 1 Link to comment
DJay Posted March 15, 2013 Share Posted March 15, 2013 well.. don't know what the two buddies think of but I use this speedtest at the moment. not really nice. SPEED=$(curl -o /dev/null -w %{speed_download} --location http://speedtest.b42.eu/test.php?file=10M) SPEEDMBITS=$(echo $SPEED | awk '{print $1*8/1000000.0}') echo "Geschwindigkeit $SPEEDMBITS MBits/s" http://d.pr/f/iOt9 You have to let it run for a moment, then a notification comes up. Link to comment
ctwise Posted March 15, 2013 Share Posted March 15, 2013 Do you guys have a link to the original? I'd be curious to see what it's doing. Then maybe I could recreate it for you This https://github.com/Janhouse/tespeed works with the undocumented speedtest.net API to do a speed test. It's in python, requires a module be installed and is probably overkill for what people are asking for. Link to comment
aranaformae Posted March 15, 2013 Author Share Posted March 15, 2013 it was from speedtest.net and i think this was the link i downloaded from http://blog.b42.eu/?p=44 . And i'll take a look at what DJay posted maybe that will just do! Link to comment
aranaformae Posted March 15, 2013 Author Share Posted March 15, 2013 The workflow Djay posted was exactly what i meant, maybe it's possible to do a Upload speedtest as well? Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now