Zack

Results 649 comments of Zack

Thanks! Two questions: How many different locations did you fingerprint? How many fingerprints (approx) are learned for each different location? If you want, you could email me your database (data/taburet.db)...

Okay, this problem is because of the RSSI value was -9 and min MinRssi is -10. I will submit a commit to lower the MinRssi to accomodate this.

I've increased the MaxRssi, so you should not have this issue anymore. Let me know!

Okay, so I think you are somehow getting RSSI values < -100, which I thought shouldn't be possible. To be sure, could you please send me your group name if...

Thanks! Looks like I was wrong. You had a value of -4 that was slightly out of range as it was too strong still. So I made the buffer a...

Your right, I avoided this since I figured folks would do as you suggest. I can certainly add, it's easy. Ill put it up later this week!

@TheMegaTB @kiwiandroiddev I've added it now, see if this will work for you: https://www.internalpositioning.com/api/#get-locations It's live now, but I can still make modifications.

@TheMegaTB The accuracy is calculated for the Naive Bayes implementation - it uses cross validation against a sequestered test set against the set used for learning. Its useful for figuring...

Thanks, I updated the docs with that note

Hi @tavalin , I should be able to do this over the weekend. The main trouble is how to get the PID of `mosquitto`, which I can resolve just by...