comp.lang.idl-pvwave archive
Messages from Usenet group comp.lang.idl-pvwave, compiled by Paulo Penteado

Home » Public Forums » archive » Using Socket to read wireless LAN router info page
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Return to the default flat view Create a new topic Submit Reply
Using Socket to read wireless LAN router info page [message #52071] Sun, 31 December 2006 21:09 Go to previous message
Andrew Cool is currently offline  Andrew Cool
Messages: 219
Registered: January 1996
Senior Member
Hi Folks,

Happy New Year!! ;-)


Santa was good to me and put in wireless broadband link at home, which
beats
the old 31kb dialup line by the proverbial country mile.

But I'm only getting 40% of the 2Mb bandwidth plan that I signed up
for, so I'm trying to gather the Signal, Noise and SNR values from the
router every minute, and plot some graphs to wave under the noses of
the Techs at my ISP. It would just be much nicer to do the reading and
plotting in IDL.)

I'm using a Linksysy Wireless-G 2.4GHz Broadband router that provides
info on
signal strength and noise on an IP address of 198.168.1.1

Now my Firefox browser can download & display that page of XHTML info,
as can a program that I wrote in Basic that uses Windows API calls to
download a URL page direct to a file.


But, I can't get IDL's Socket command to access that IP :-(

Perhaps it just can't??

I've tried a loop like:-

for port = 1,8080 do begin
socket,lun,'198.168.1.1',port,/get
end

but just can't make contact.

Is there some special syntax or port number that should be used to
contact such a beastie?

Many Thanks,

Andrew Cool
Adelaide, Australia


PS : To anyone who knows about such things, the Signal strength is
consistently about 20-22 dB
above the Noise. Is that good/bad/indifferent for 2.4GHz
wireless broadband?
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Who have an electrical book of IDL in English?
Next Topic: NIST DLMF

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ] [ PDF ]

Current Time: Fri Oct 10 12:42:51 PDT 2025

Total time taken to generate the page: 0.00538 seconds