measuring signal strength in java  
Author Message
dokaspar





PostPosted: 2003-11-27 4:07:00 Top

java-programmer, measuring signal strength in java hello

i am writing a java program for locating a wireless device within an
office environment. i want to use the signal strengths of the
surrounding base stations (access points) to estimate the current
location of the device.
does anybody have an idea how to get the strength of a signal sent by
a base station in java?

thank you,
dominik
 
kevinc





PostPosted: 2003-11-27 6:01:00 Top

java-programmer >> measuring signal strength in java You'll either have to write a JNI interface or use the java.comm
package.

Dominik Kaspar wrote:
> hello
>
> i am writing a java program for locating a wireless device within an
> office environment. i want to use the signal strengths of the
> surrounding base stations (access points) to estimate the current
> location of the device.
> does anybody have an idea how to get the strength of a signal sent by
> a base station in java?
>
> thank you,
> dominik