Re: [Tutor] Bandwidth Tester

2005-04-24 Thread Alan Gauld
>How can i write a simple bandwidth tester with Python? It's very simple in concept: just download a fixed quantity of data and measure how long it took. Unfortunately, like many concepts measuring true Bandwidth is much more complex than that! The simple approach only works if: 1) You are

Re: [Tutor] Bandwidth Tester

2005-04-24 Thread Danny Yoo
On Sun, 24 Apr 2005, Ali Polatel wrote: > How can i write a simple bandwidth tester with Python? Hi Ali, A really rough sketch would be: ## Really rough pseudocode def bandwidthTest(): Record the current time (use time.time()) Choose some resource that you can download, and downl

[Tutor] Bandwidth Tester

2005-04-23 Thread Ali Polatel
Hi Tutors, How can i write a simple bandwidth tester with Python? Regards, ___ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/tutor