mnagel
6 years agoProfessor
Ookla Speedtest
After a few failed attempts to get this working on Windows via Powershell (works, but too inaccurate), I punted and used speedtest-cli. If I can replicate that into Groovy, then perhaps it could b...
I wonder if I could dig up some powershell/.net to implement a socket we could push the test through... let me search through my saved favorites, I think I've used something like that to instantiate remote listeners for port route verification... https://stackoverflow.com/questions/29759854/how-to-connect-to-tcp-socket-with-powershell-to-send-and-receive-data
I'm also testing invoke-webrequest -URI $URL right now as well using the URI from your code against dallas7. I'll see what it returns and if I can get that parsed to the value you're looking for.