Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
jakewatkins opened this issue Jun 2, 2016 · 3 comments
Open
Labels

Comments

@jakewatkins
Copy link

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.

@rampyodm
Copy link

rampyodm commented Aug 9, 2016

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

@jjakob666
Copy link

jjakob666 commented Jun 15, 2020

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

@acaliaro
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

5 participants