简体   繁体   English

使用AltBeacon的Android Beacon库检测Aruba Beacon的正确布局是什么?

[英]What is the correct layout to detect Aruba Beacon with AltBeacon's Android Beacon Library?

According with the library, to detect proprietary beacons, I must add a line like below corresponding to my beacon type. 根据该库,要检测专有信标,我必须添加与我的信标类型相对应的下面的行。 I need to know the correct proper expression for "setBeaconLayout". 我需要知道“ 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")); 示例: 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 for your help 谢谢你的帮助

Based on the Aruba Beacon data sheet here: http://www.arubanetworks.com/assets/ds/DS_LocationServices.pdf , it appears that their beacons transmit the iBeacon format. 根据此处的Aruba信标数据表: http : //www.arubanetworks.com/assets/ds/DS_LocationServices.pdf ,看来它们的信标会传输iBeacon格式。

You can find that beacon layout along with others here: 您可以在此处找到该信标布局以及其他信息:

https://beaconlayout.wordpress.com/ https://beaconlayout.wordpress.com/

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM