Works on OSX, Windows, Linux (tested on Ubuntu/Arch Linux). The packageaccess_pointswas created in the process to allow scanning wifi in a cross platform manner. Usingaccess_pointsat command-line will allow you to scan wifi yourself and get JSON output.whereamibuilds on top of it. ...
command 1 outputs the string as a tab-delimited list of the form: Focus point: Some area <tab> Within 6 mm: Some area <tab> etc ***/ int main(int argc, char **argv) { float x, y, z; char *string, *fstring; int output = 0; int first = 1, num = 0; int a; if (...