I want to develop an app using the Indoor Positioning system to track the location of users of my app. i researched internet but couldn't find any way of developing it without the use of any additional devices other than mobile device like ibeacon
. i found following git repo and docs which make use of ibeacon
.
https://github.com/Estimote/iOS-Indoor-SDK
Excerpt from the above link
We know that building the next generation of context-aware mobile apps requires more than just iBeacon™ hardware. That's why we've built smarter software that abstracts away the difficulty of understanding proximity and position within a given space.
I want to make use of mobile device's bluetooth. Suggest me the links or ways to achieve the IPS using bluetooth.