What is the correct layout to detect Aruba Beacon with AltBeacon's Android Beacon Library? -
according library, detect proprietary beacons, must add line below corresponding beacon type. need know correct proper expression "setbeaconlayout".
example: beaconmanager.getbeaconparsers().add(new beaconparser(). setbeaconlayout("m:2-3=beac,i:4-19,i:20-21,i:22-23,p:24-24,d:25-25"));
thanks help
based on aruba beacon data sheet here: http://www.arubanetworks.com/assets/ds/ds_locationservices.pdf, appears beacons transmit ibeacon format.
you can find beacon layout along others here:
wiki
Comments
Post a Comment