Yes. I want the data to be read from a text file. The text file has an indent in between each String and a line of Strings for each data set. Example shown below:
# $Creator: Network Stumbler Version 0.4.0
# $Format: wi-scan summary with extensions
# Latitude Longitude ( SSID ) Type ( BSSID ) Time (GMT) [ SNR Sig Noise ] # ( Name ) Flags Channelbits BcnIntvl DataRate LastChannel
# $DateGMT: 2009-09-18
N 0.0000000 E 0.0000000 ( wifi ) BSS ( ab:cd:ef:gh:ij:kl ) 00:35:19 (GMT) [
35 84 49 ] # ( ) 0421 00000002 102 540 1
N 0.0000000 E 0.0000000 ( wifi ) BSS ( mn:rp:qr:st:uv:wx ) 00:35:19 (GMT) [
73 122 49 ] # ( ) 0421 00000040 102 540 6
N 0.0000000 E 0.0000000 ( wifi ) BSS ( 12:34:56:78:90:12 ) 00:35:19 (GMT) [
17 66 49 ] # ( ) 0421 00000800 102 540 11
N 0.0000000 E 0.0000000 ( wifi ) BSS ( zy:09:ab:87:cd:76 ) 00:35:19 (GMT) [
31 80 49 ] # ( ) 0421 00000002 102 540 1
The colored numbers are the SNR (signal strength) values. Each different color represents a different AP. The closer the client is to the AP, the larger this value becomes with respect to that AP.
I am planing on building a GUI and trying to use simple GUI builders like Jvider. I don't know how to use the algorithm and import the file into the GUI builder.
I am also planing to displaying the result on a floor plan that I already have. This is another big challenge for me.
I really appreciate your time and efforts.