LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Programming (https://www.linuxquestions.org/questions/programming-9/)
-   -   WLan (https://www.linuxquestions.org/questions/programming-9/wlan-231400/)

rabby 09-16-2004 12:04 PM

WLan
 
hello world !

does anyone ever has programmed anything with wireless technologie?
i want to write a little tool that shows what a good connection is possible at the moment between the access point and the running computer with a wlan card.
both are connected and configured already.
the only job of the programm is to get the signal-strengt and connection speed ...
can you tell me a helpfull site or api for my problem, please...

thank you

orgcandman 09-16-2004 12:34 PM

Have a look at the wl utilities (iwconfig in particular).

rabby 09-16-2004 12:54 PM

you want me to parse the results of the iw tools as output for my application?
i would prefer to find any api in the web for doing that properly...
do you not think so?

orgcandman 09-16-2004 01:13 PM

if you look at the source code of iwconfig, you'd obviously get the API.

That's what I was suggesting.

Although, you could parse the output of iwconfig if you wanted to...
Aaron


All times are GMT -5. The time now is 09:15 PM.