一个允许Android应用程序与BLE Beacon 交互的库

网友投稿 529 2022-10-23

一个允许Android应用程序与BLE Beacon 交互的库

一个允许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= signing.password= signing.secretKeyRingFile=~/.gnupg/secring.gpg signingPassword= bintrayUserName= bintrayKey= Run the build and upload git tag git push --tags ./gradlew release -Prelease ./gradlew bintrayUpload -Prelease Log in to JCenter, hit the button to publish the release, then select the Maven tab and enter your credentials to Sync to Maven

版权声明:本文内容由网络用户投稿,版权归原作者所有,本站不拥有其著作权,亦不承担相应法律责任。如果您发现本站中有涉嫌抄袭或描述失实的内容,请联系我们jiasou666@gmail.com 处理,核实后本网站将在24小时内删除侵权内容。

上一篇:[最小费用最大流]UVa1658
下一篇:彻底理解Spring注解@Autowired实现原理
相关文章

 发表评论

暂时没有评论,来抢沙发吧~