schollz / find3

High-precision indoor positioning framework, version 3.
https://www.internalpositioning.com/doc
MIT License
4.63k stars 364 forks source link

Running Find3 Server on Raspberry Pi 3B+ #157

Open luis815 opened 5 years ago

luis815 commented 5 years ago

I've been trying to run the server on a raspberry pi 3b+ but keep getting into different issues. I did get the program to run, but it crashes on the first set of data posted to the server.

Here is the outputs

There are some files under the data folder, but they are different extension. At first glance, I thought they might the files needed, but changing the extension breaks everything else.

I have the latest version of go installed and the python libraries. I did have to install scikit-learn on pip which seems to be the updated version of a package listed on the requirements. Also installed libatlas3-base using apt-get which solved another issue when running the server.

Any help is appreciated, thank you.

iudeen commented 5 years ago

Why don't you simply use Docker?

luis815 commented 5 years ago

I was worried about power consumption, not sure if there is too much overhead using it. However, I did ended up installing it with docker and it's running fine, so I think I'm going to use this.

iudeen commented 5 years ago

I was worried about power consumption, not sure if there is too much overhead using it. However, I did ended up installing it with docker and it's running fine, so I think I'm going to use this.

As far as I know, Docker is really light weight. There shouldn't be much of a difference.