I have a Windows script to test the dowload speed of WiFi network based on ftp. However, I discover that some WiFi only allows http, https and dns traffic to pass through. In order to cater for such situation, I have changed my test program to use http:
@echo off
:loop
echo Hi! This is a http loop for WiFi download speedtest!
wget http://www.i3way.net/fire/science-fire.wmv
del *.wmv* -y
goto loop
Please feel free to copy and use. Of course, any file in a URL can be used to verify the download speed.
No comments:
Post a Comment