Android-AltBeacon-Library icon indicating copy to clipboard operation
Android-AltBeacon-Library copied to clipboard

[question] how to be notified when ANY beacon is within range?

Open jakewatkins opened this issue 8 years ago • 3 comments

Sorry if this is lame. I'm just getting started w/ beacons.

All of the code I've seen so far (Find the Monkey for example) seems to be hard coded to a specific beacon. Is this correct?

I need to be able to detect any beacon that comes near my device (either an Android phone or an iPhone). The samples (both forms and classic) appear to be configured to detect Estimote beacons. Why is that? I thought iBeacon was a standard and everybody should be the same. I already have some Radius networks beacons to play with and a few others on the way (a few NFC tags too).

I'm reading the AltBeacon java docs but they aren't clearing things up for me.

Any help would be greatly appreciated.

jakewatkins avatar Jun 02 '16 16:06 jakewatkins

I want to know this as well. Did you ever figure it out?

rampyodm avatar Aug 09 '16 20:08 rampyodm

The beacon code is contained in the android jar library found here: https://github.com/AltBeacon/android-beacon-library. you have to get the source and add a layout for other beacons in order to detect them. Keep in mind this github project only works on android and does not have an ios implementation

jjakob666 avatar Jun 15 '20 04:06 jjakob666

The beacon code is contained in the android jar library found here: https://github.com/AltBeacon/android-beacon-library. you have to get the source and add a layout for other beacons in order to detect them. Keep in mind this github project only works on android and does not have an ios implementation

if you are interested: https://github.com/acaliaro/BeaconLibraryBindings

acaliaro avatar Jun 15 '20 07:06 acaliaro