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

docker file for raspberry? #156

Open AnduriI opened 7 years ago

AnduriI commented 7 years ago

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 and will try. I see you have a docker file ready for ubuntu, is there also one on the road for raspberrys? That would make installing find way easier. Is there also a possibility to make docker-find use another mqtt that is already running in LAN?

Best Regards, Anduril

schollz commented 7 years ago

I've always had a hard time with Docker on Raspberry Pi because it seems there is not much ARM Docker integration yet. I've heard it has been improving a lot though. You could try using the current Dockerfile to build your own on the Pi, though!

Its possible to use another MQTT but as of right now its much easier to host it all at once.