Re: Could anyone write a small program to log the Signal-to-Noise figures for a Netgear DG834 router?

2005-07-27 Thread mustafa
Chris wrote: In article [EMAIL PROTECTED], Steven D'Aprano [EMAIL PROTECTED] writes On Tue, 19 Jul 2005 07:24:19 +0100, Chris wrote: Could anyone write a small program to log the Signal-to-Noise figures for a Netgear DG834 router? Are you offering to pay somebody to do it, or just

Re: Could anyone write a small program to log the Signal-to-Noise figures for a Netgear DG834 router?

2005-07-20 Thread Chris
In article [EMAIL PROTECTED], [EMAIL PROTECTED] [EMAIL PROTECTED] writes Chris, How would a wireless router show a signal to noise ratio? Especially if it's providing the signal? The Netgear DG834 is a wired router. Its statistics page gives line loss and SNR. -- Chris --

Re: Could anyone write a small program to log the Signal-to-Noise figures for a Netgear DG834 router?

2005-07-20 Thread Chris
In article [EMAIL PROTECTED], Steven D'Aprano [EMAIL PROTECTED] writes On Tue, 19 Jul 2005 07:24:19 +0100, Chris wrote: Could anyone write a small program to log the Signal-to-Noise figures for a Netgear DG834 router? Are you offering to pay somebody to do it, or just suggesting a project for

Could anyone write a small program to log the Signal-to-Noise figures for a Netgear DG834 router?

2005-07-19 Thread Chris
Could anyone write a small program to log the Signal-to-Noise figures for a Netgear DG834 router? I have been getting very variable SNR readings - and I would like to collect some evidence to analyse. What is needed is a program that logs into the router's html page every minute, and then

Re: Could anyone write a small program to log the Signal-to-Noise figures for a Netgear DG834 router?

2005-07-19 Thread jkn
Hi Chris Could anyone write a small program to log the Signal-to-Noise figures for a Netgear DG834 router? many people could, I'm sure, if not quite _anyone_ I have been getting very variable SNR readings - and I would like to collect some evidence to analyse. I see. What is needed is

Re: Could anyone write a small program to log the Signal-to-Noise figures for a Netgear DG834 router?

2005-07-19 Thread ncf
I'm sure that nobody here is willing to write it for you. However, I believe that jkn was right in trying to get you to solve the problem. ;) You know what you need to do, but how are you going to do it? Create a flow chart ;) -- http://mail.python.org/mailman/listinfo/python-list

Re: Could anyone write a small program to log the Signal-to-Noise figures for a Netgear DG834 router?

2005-07-19 Thread Peter Hansen
Chris wrote: Could anyone write a small program to log the Signal-to-Noise figures for a Netgear DG834 router? Sure, though I don't have a Netgear DG834. Maybe you could, uh, enable remote administration and publish the admin password here, and those of us without that equipment could access

Re: Could anyone write a small program to log the Signal-to-Noise figures for a Netgear DG834 router?

2005-07-19 Thread gene tani
ok, i don't see URL and password here, so try: urllib2 (maybe mechanize), then beautiful soup. maybe another HTML parser ... -- http://mail.python.org/mailman/listinfo/python-list

Re: Could anyone write a small program to log the Signal-to-Noise figures for a Netgear DG834 router?

2005-07-19 Thread Steven D'Aprano
On Tue, 19 Jul 2005 07:24:19 +0100, Chris wrote: Could anyone write a small program to log the Signal-to-Noise figures for a Netgear DG834 router? Are you offering to pay somebody to do it, or just suggesting a project for some Python programmer who is bored and looking for a small project to

Re: Could anyone write a small program to log the Signal-to-Noise figures for a Netgear DG834 router?

2005-07-19 Thread [EMAIL PROTECTED]
Chris, How would a wireless router show a signal to noise ratio? Especially if it's providing the signal? -- http://mail.python.org/mailman/listinfo/python-list

Re: Could anyone write a small program to log the Signal-to-Noise figures for a Netgear DG834 router?

2005-07-19 Thread Grant Edwards
On 2005-07-19, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Chris, How would a wireless router show a signal to noise ratio? On a web page. Especially if it's providing the signal? It receives as well. At least mine does. Data goes both in and out. -- Grant Edwards grante