schollz / find3

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

Find3 server from docker do not have precision #178

Open sendgerson opened 4 years ago

sendgerson commented 4 years ago

Hello,

I'm starting a find3-server in my linux computer but i'm getting a very bad accuracy. Is there any different setup I need to make for find3-server to work properly?

Here my docker run command:

docker run -p 1884:1883 -p 8005:8003 \
    -v /home/$USER/FIND_DATA:/data \
    -e MQTT_ADMIN=gerson \
    -e MQTT_PASS=abc123 \
    -e MQTT_SERVER='localhost:1883' \
    -e MQTT_EXTERNAL='152.254.146.77' \
    -e MQTT_PORT=1884 \
    --name find3server -d -t schollz/find3

I'm using find3 documentation from: https://www.internalpositioning.com/doc/server_setup.md

schollz commented 4 years ago

What do you mean bad accuracy?