Skip to content

mll/iBeacon-supporting-calculations

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

iBeacon-supporting-calculations

This repo contains some useful tools for iBeacon technology implementation. There are two versions of the Kalman Filter for predicting current distance to the beacon from several measurements (kalman.jl). distance.jl contains functions that compute current location based on those filtered signals coming from multiple beacons. It uses DBSCAN-Rtree clusteriser for speed and has computational complexity of O(N^2 log N).

Just download julia http://julialang.org/downloads/ and go!

About

Kalman filter (two versions) and location computator

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages