Created
October 28, 2014 23:24
-
-
Save m-philipp/3a3b6400e141d8b28c76 to your computer and use it in GitHub Desktop.
AltBeacon Lib with easibeacons
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| beaconManager.getBeaconParsers().add(new BeaconParser(). | |
| setBeaconLayout("m:0-3=4c000215,i:4-19,i:20-21,i:22-23,p:24-24")); // iBeacons | |
| beaconManager.getBeaconParsers().add(new BeaconParser(). | |
| setBeaconLayout("m:2-3=0215,i:4-19,i:20-21,i:22-23,p:24-24")); // Estimotes | |
| beaconManager.getBeaconParsers().add(new BeaconParser(). | |
| setBeaconLayout("m:0-3=a7ae2eb7,i:4-19,i:20-21,i:22-23,p:24-24")); // easiBeacons |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment