find
find copied to clipboard
High-precision indoor positioning framework for most wifi-enabled devices.
To fully get FIND integrated in to IoT devices and programs like HomeAssistant can we get FIND to listen to a MQTT topic for reported finger prints rather than on...
Hey @schollz, I tried to install find on a new raspberry pi 3, but I get an error when I try ```go get ./..```: ``` pi@raspberrypi:~/find $ go get ./......
Hi @schollz, thanks for your great work. I also like the idea to invert the mechanism by having several raspberrys scan with find-lf. I ordered a few of these wifi-sticks...
Since I dont understand the code completely, I will tell where everything hangs. In your posteriorThreads.go file, you are looping over 'numJobs' variable which for my case is 21879. Now...
May consider, include code to generate the fingerprint, on the ESP8266 modules?
When sending an HTTP request to the `/locations` or `/location` endpoint with the `DELETE` method using JavaScript the browser sends an HTTP `OPTIONS` request to ask the server whether or...
It would be nice to get some kind of confidence rating for a tracking result. Since the returned data already contains some kind of "confidence" ratings for every location that...
Hi, I wondered if there could be a new API for retrieving the list of all configured locations for a group on a server? Something like `GET /locations?group=my_group` that returns:...
Hi, we are trying to locate moving vehicle in the indoor area using RPi. To achieve this we are using MAC filtering feature as stated on the FIND official website....
I understand FIND uses an Android device to measure the wifi signal strength for internal location mapping. Recently, I came across two services [Aerial](http://www.aerial.ai/) and [Aura](https://www.aurahome.com/) that sound very similar...