android - Common API 检测不同供应商的所有信标
android - Common API which detects all the beacons of different vendors
在我的应用程序中,我们正在使用 Estimote sdk 实现信标功能。但是这个 sdk 只会检测他们的产品。是否有任何 API 检测不同供应商的所有信标并提供信标详细信息,如 UUID、主要和次要..有没有人有想法。请告诉我..
谢谢
是的,开源Android Beacon Library is designed to detect beacons from a wide variety of vendors. Out of the box, it detects open source AltBeacons
, but can be configured with a single line of code to detect proprietary beacons. See here for more info: Is this the correct layout to detect iBeacons with AltBeacon's Android Beacon Library?
这个库已经存在将近两年了,所以它的功能非常齐全而且很成熟。它是开源的这一事实有助于防止专有锁定。
完全披露:我是这个项目的首席工程师。
在我的应用程序中,我们正在使用 Estimote sdk 实现信标功能。但是这个 sdk 只会检测他们的产品。是否有任何 API 检测不同供应商的所有信标并提供信标详细信息,如 UUID、主要和次要..有没有人有想法。请告诉我..
谢谢
是的,开源Android Beacon Library is designed to detect beacons from a wide variety of vendors. Out of the box, it detects open source AltBeacons
, but can be configured with a single line of code to detect proprietary beacons. See here for more info: Is this the correct layout to detect iBeacons with AltBeacon's Android Beacon Library?
这个库已经存在将近两年了,所以它的功能非常齐全而且很成熟。它是开源的这一事实有助于防止专有锁定。
完全披露:我是这个项目的首席工程师。