How to detect iBeacon in android without using any library

I am new to Ibeacon and I want to know if we can detect Ibeacon in android without using any SDKLibrary or library, can anyone give an example.

I know some library like Radius Networks. but i don't want to use any library

+4
source share
2 answers

Android does not have a code that iBeacons detects, but it does have a code that allows you to scan Bluetooth LE devices that are a lower level device than iBeacon.

, iBeacons, Bluetooth LE. , Android iBeacon Library Radius Networks. , , , .

: https://github.com/RadiusNetworks/android-ibeacon-service

EDIT: http://github.com/AltBeacon/android-beacon-library

, , . , , , . , , , .

, : IBeacon.java

Blue Blue LE IBeacon ( Bluetooth iBeacon)

, Bluetooth LE- Android : http://developer.android.com/guide/topics/connectivity/bluetooth-le.html

+11

: https://github.com/inthepocket/ibeacon-scanner-android

ibeacons, ScanFilter iBeacon, BLE. ScanFilter , .

Android, , , Bluetooth .

+1

Source: https://habr.com/ru/post/1539783/


All Articles