Request for a program - or script - for a router

  • Thread starter Thread starter Chris
  • Start date Start date
C

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 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 <nospam@[127.0.0.1]> said:
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.

Following up my own post, I notice that there hasn't been any response -
and I wonder if that might be my fault?
Have I been precise enough?
And polite enough?
Or is there some standard procedure for submitting program requests?
Please forgive any errors of omission or commission!
And - if you would be so kind - please point me in the right direction.
 
Chris said:
Chris <nospam@[127.0.0.1]> said:
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.


Following up my own post, I notice that there hasn't been any response -
and I wonder if that might be my fault?
Have I been precise enough?
And polite enough?
Or is there some standard procedure for submitting program requests?
Please forgive any errors of omission or commission!
And - if you would be so kind - please point me in the right direction.
The lack of response simply indicates that no-one knows of a program
that does what you want, that's all.

That said, if the DG834 router supports SNMP requests, then all you need
is to read up on SNMP and pull down an SNMP trap generator.

If not, someone with access to a DG834 would have to wack up an HTML
screen scraper for it, not, I am lead to believe, overly difficult for
those who do such things, but you have to come across someone who does
it. (And who would do it for free.)

Cheers,
Gary B-)
 
Chris said:
Chris <nospam@[127.0.0.1]> said:
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.


Following up my own post, I notice that there hasn't been any response -
and I wonder if that might be my fault?
Have I been precise enough?
And polite enough?
Or is there some standard procedure for submitting program requests?

Requests to write a program are rare. Newsgroup discussion is focused on existing Freeware programs.
Requests are usually along these lines: Is there a program that can. . . ? When no suitable Freeware
can be found someone may volunteer to write a small program but that's not a common occurrence.
Please forgive any errors of omission or commission!
And - if you would be so kind - please point me in the right direction.

You might inquire at Solen Technologies. A few alt.comp.freeware posts reporting they are competent
=> they created some software that performed as requested.

Home page: http://www.solentech.tk/

Services: http://glorified.bizhat.com/services.htm

<Q>
We at SolenTech strive to help anyone in need of assistance. If you have problem, or you want
program created, or have an idea that others won't listen, that is where we come in. Email us with
any question, comments, or program requests and we will strive to fulfill your needs 110%. We do not
charge you anything, our site is ran purely off donations to keep our services free.

We also don't just help programming needs, if you have any questions regarding website creation,
design, flash, CSS, HTML, or any multimedia feel free to write us. Our team with each individual
specializing in a different catigory will try our hardest to meet your question. If we cannot, we
will give you another source.

Does this seem too good to be true? We are students entering the computer business world. We offer
our services free to eliminate business costs and learn the steps for a successful business. Keep
our services free and donate to us.

Terms

We cannot create programs that may cause problems to other users.
We will not create a program that replicates another program.
We will not give your email address away, we are not spam.
We will not put you on any mailing address.

Email us at (e-mail address removed)

</Q>

Susan
--
Posted to alt.comp.freeware
Search alt.comp.freeware (or read it online):
http://groups.google.no/groups?q=+group:alt.comp.freeware&hl=en
Pricelessware & ACF: http://www.pricelesswarehome.org
Pricelessware: http://www.pricelessware.org (not maintained)
 
And - if you would be so kind - please point me in the right direction.

This newsgroup is NOT primarily a programming newsgroup. You might
do better going to a scripting, or programming, newsgroup. Perhaps a
Java/Javascript/Python/Perl etc. etc. one.

Regards, John.
--
****************************************************
,-._|\ (A.C.F FAQ) http://clients.net2000.com.au/~johnf/faq.html
/ Oz \ John Fitzsimons - Melbourne, Australia.
\_,--.x/ http://www.vicnet.net.au/~johnf/welcome.htm
v http://clients.net2000.com.au/~johnf/
 
Chris said:
Following up my own post, I notice that there hasn't been any response -
and I wonder if that might be my fault?
Damn, Nellie, it's OK to bring your blanket next time ;-). I, for
one, made no reply because I don't know what you're talking about. Did
you really expect folks to say, "I don't know"?
 
Susan Bugher said:
You might inquire at Solen Technologies. A few alt.comp.freeware posts
reporting they are competent => they created some software that
performed as requested.

Thanks for that - I'll probably try them.
 
Gary R. Schmidt said:
That said, if the DG834 router supports SNMP requests, then all you
need is to read up on SNMP and pull down an SNMP trap generator.

If not, someone with access to a DG834 would have to wack up an HTML
screen scraper for it

Sounds interesting! I would love to know what you mean.
Any chance of an explanation - but only if you've time?
 
Chris said:
Sounds interesting! I would love to know what you mean.
Any chance of an explanation - but only if you've time?
It's conceptually simple - but the execution can be complex.

Assuming that you do something that generates a "display" of data, say
look at an HTML page or telnet to a port and issue a request, you write
a program that does just that, captures the output, and then parses it.

If you ever seen a Braille reader in action, it's very much like that.

Cheers,
Gary B-)
 
Back
Top