473,379 Members | 1,170 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,379 software developers and data experts.

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

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 extracts the time and the SNR figure, and writes a line
of a text file.

I reckon it would be useful to many people.
--
Chris
Jul 21 '05 #1
10 2143
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 a program that logs into the router's html page every
minute, and then extracts the time and the SNR figure, and writes a line
of a text file.
Good, you've got the 'top level' of what you need. How would you break
that down into smaller steps?

I reckon it would be useful to many people.


great - thanks!

Jon N

Jul 21 '05 #2
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 ;)

Jul 21 '05 #3
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 yours
in order to test out the script as we write it. ;-)

-Peter
Jul 21 '05 #4
ok, i don't see URL and password here, so try: urllib2 (maybe
mechanize), then beautiful soup. maybe another HTML parser ...

Jul 21 '05 #5
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
work on out of love?

--
Steven.

Jul 21 '05 #6
Chris, How would a wireless router show a signal to noise ratio?
Especially if it's providing the signal?

Jul 21 '05 #7
On 2005-07-19, sp*****@gmail.com <sp*****@gmail.com> 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 Yow! I feel real
at SOPHISTICATED being in
visi.com FRANCE!
Jul 21 '05 #8
In article <11*********************@g47g2000cwa.googlegroups. com>,
"sp*****@gmail.com" <sp*****@gmail.com> 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
Jul 21 '05 #9
In article <pa****************************@REMOVETHIScyber.co m.au>,
Steven D'Aprano <st***@REMOVETHIScyber.com.au> 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 some Python programmer who is bored and looking for a small project to
work on out of love?


Yes, Steven, the latter. Sometimes programmers need an idea for a
project - and, for them, knowing that someone would actually value what
they did might make it more fun for them.
--
Chris
Jul 21 '05 #10
Chris wrote:
In article <pa****************************@REMOVETHIScyber.co m.au>,
Steven D'Aprano <st***@REMOVETHIScyber.com.au> 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 some Python programmer who is bored and looking for a small project to
work on out of love?

Yes, Steven, the latter. Sometimes programmers need an idea for a
project - and, for them, knowing that someone would actually value what
they did might make it more fun for them.

hey i would help
i am noob at programming but this will give me good experiance.
please contact me and on the subject write router SNR issue
cuz i get a lot of mail and most i don't open but then i will be able to
spot yours.
hope i can help.

Jul 27 '05 #11

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: Adi | last post by:
A java program we have written crashes with IBM JDK 1.3.1 on linux. It works fine on other platforms(Solaris,HPUx). It gets a SIGSERV Signal 11 and crashes just after few minutes after starting up....
12
by: Simon John | last post by:
I'm writing a PyQt network client for XMMS, using the InetCtrl plugin, that on connection receives a track length. To save on bandwidth, I don't want to be continually querying the server for...
5
by: Daud | last post by:
Hi there ... I need to know how to compile the program idba1EnableSignal.c to get idba1EnableSignal.o. I tried like below but I got some errors. I believe it is because it cannot find signal.h...
8
by: hlinzhou | last post by:
I am interested in digging the include directory of my favorite gcc compiler specialized for windows(yes u get it, I use Dev-C++, but I love c and type commands in the console).But when I find...
3
by: Memfis | last post by:
What is the best practice for using boost::signal? Should the signal be a public field? Should an accessor method be used? Should there be some special connection methods for every signal, like the...
3
by: vijay.db | last post by:
Hi Group, Running DB2 V8.2 Fxpack 9 in AIX 5.2, I get the following error frequently and my instance is stopped...collected some info like: the signal received is 11 which is SEGMENTATION...
0
by: Marco | last post by:
Can I use LinuX signal as a tool for commuction with a QT(PyQt4) programme? The follow code didNOT work... from PyQt4 import QtCore,QtGui import signal import sys import os
2
by: wnbill | last post by:
hie I am running a batch developed in C on unix and its core-dumping. Upon opening the core with gdb its giving me Program terminated with signal 10, Bus Error. ...
2
by: Marco | last post by:
Hi, In C, a signal handler function has only one parameter, that is signal number. But in Python(import signal), a signal handler function has two parameters, the first is signal number, the...
1
by: =?ISO-8859-2?Q?Grzegorz_Kokosi=F1ski?= | last post by:
Hi! I waste a lot of my time figuring why this snip of code doesn`t work. And still without any solution ;/ Does anybody know why this handler cannot handle SIGINT signal? What did I wrong? ...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.