Skip to content

Instantly share code, notes, and snippets.

@m-philipp
Created October 28, 2014 23:24
Show Gist options
  • Select an option

  • Save m-philipp/3a3b6400e141d8b28c76 to your computer and use it in GitHub Desktop.

Select an option

Save m-philipp/3a3b6400e141d8b28c76 to your computer and use it in GitHub Desktop.
AltBeacon Lib with easibeacons
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