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:

https://beaconlayout.wordpress.com/





wiki

Comments

Popular posts from this blog

Asterisk AGI Python Script to Dialplan does not work -

python - Read npy file directly from S3 StreamingBody -

kotlin - Out-projected type in generic interface prohibits the use of metod with generic parameter -