洞察探索如何利用兼容微信生态的小程序容器,实现跨平台开发,助力金融和车联网行业的数字化转型。
569
2022-10-23
一个允许Android应用程序与BLE Beacon 交互的库
Android Beacon Library
An Android library providing APIs to interact with beacons. Please visit the project website for how to use this library.
IMPORTANT: By default, this library will only detect beacons meeting the AltBeacon specification.
If you want this library to work with proprietary or custom beacons, see the BeaconParser class.
What does this library do?
It allows Android devices to use beacons much like iOS devices do. An app can request to get notifications when one or more beacons appear or disappear. An app can also request to get a ranging update from one or more beacons at a frequency of approximately 1Hz.
Documentation
The project website has full documentation including Javadocs.
Changes from the 0.x library version
This library has changed significantly from the 0.x library version and is now designed to work with open AltBeacons which fully support Android without any intellectual property restrictions. For more information on how to migrate projects using the 0.x APIs to the 2.x APIs, see API migration.
Downloads
Binary
You may download binary releases here.
JCenter
Add JCenter to your build file's list of repositories.
repositories { jcenter()}
to use the JCenter Repository
dependencies { ... implementation 'org.altbeacon:android-beacon-library:${altbeacon.version}' ...}
replacing ${altbeacon.version} with the version you wish to use.
How to build this Library
This project uses an AndroidStudio/gradle build system and is known working with Android Studio 3.4.1 and Gradle 5.1.1
Key Gradle build targets:
./gradlew test # run unit tests./gradlew build # development build./gradlew release -Prelease # release build
License
Licensed under the Apache License, Version 2.0 (the "License");you may not use this file except in compliance with the License.You may obtain a copy of the License at http://apache.org/licenses/LICENSE-2.0Unless required by applicable law or agreed to in writing, softwaredistributed under the License is distributed on an "AS IS" BASIS,WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.See the License for the specific language governing permissions andlimitations under the License.
This software is available under the Apache License 2.0, allowing you to use the library in your applications.
If you want to help with the open source project, contact david@radiusnetworks.com
Publishing to Maven
The following instructions are for project administrators.
Upload you Sonotype signing keypair to Bintray Configure your ~/.gradle/gradle.properties with: signing.keyId=
版权声明:本文内容由网络用户投稿,版权归原作者所有,本站不拥有其著作权,亦不承担相应法律责任。如果您发现本站中有涉嫌抄袭或描述失实的内容,请联系我们jiasou666@gmail.com 处理,核实后本网站将在24小时内删除侵权内容。
发表评论
暂时没有评论,来抢沙发吧~