How to see other users in indoor location app built on estimote sdk

170 views Asked by At

I have built an indoor location ios app using Estimote SDK and its working fine. Now I want to see all the users in same location to be able to see each other in App. Any suggestions on how to do that. Please comment and let me know if anything is not clear about the question

1

There are 1 answers

2
Jukka Raanamo On

Here's one example how we did it using IndoorAtlas & PubNub service. Does not require any logic on the server side and allows you to tap into the location stream from several different types of clients such as mobile or browser. You should be able to do it in similar way using Estimote.

https://github.com/IndoorAtlas/android-sdk-examples/tree/master/Basic/src/main/java/com/indooratlas/android/sdk/examples/sharelocation