I was working with this library and when ranging, the module would only detect one of the beacons I had. I realized that all my beacons shared UUID, major and minor so AltBeacons asumed they were the same.
I found out that there was a way to enforce the library to distinguish the beacons based on their mac address.
I added the methods for supporting this.
I was working with this library and when ranging, the module would only detect one of the beacons I had. I realized that all my beacons shared UUID, major and minor so AltBeacons asumed they were the same. I found out that there was a way to enforce the library to distinguish the beacons based on their mac address. I added the methods for supporting this.
Thanks for the project.