schollz / find

High-precision indoor positioning framework for most wifi-enabled devices.
https://www.internalpositioning.com/
GNU Affero General Public License v3.0
5.05k stars 368 forks source link

Full MQTT support - Feature request #160

Open anilet opened 7 years ago

anilet commented 7 years ago

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 its own port. This way we have one less port exposed to internet and most of us IoT enthusiasts run a MQTT server anyway. Would this be too hard to develop, I would like to try it myself.(I have some experience with Python, none with Go, I am picking up some books to skim through).

schollz commented 7 years ago

I'm not sure exactly what you mean...There is MQTT support insomuch that you need to let FIND use a MQTT server already running on the same computer. Do you mean to have FINE use a different MQTT server?