forum

Home / DeveloperSection / Forums / How to get correct BeaconLayout?

How to get correct BeaconLayout?

Barbara Jones 4528 19-Nov-2014

I am trying to use AltBeacon to detect RadiusNetwork beacons. I am aware that i need to use setBeaconLayout() to get beacons(other than AltBeacons) detected. But, I am not sure how to get the Layout for the beacons that i want to use. I am pretty new to beacons.

Right now i have RadiusNetwork beacon, with ID "2F234454-CF6D-4A0F-ADF2-F4911BA9FFA6" (for example), how do i get the Layout for this? I tried googling, but didn't get much help. Is there a way to get the layout pattern for devices? If at a later stage, i want to use some other device, how do i find the layout for that device?

Will this work?

mAllBeaconsRegion = new Region("RadBeacon USB",
                Identifier.parse("2345454-AF9V-0Z0T-RQCS-45454DFDFF45"),
                Identifier.parse("1"), Identifier.parse("1"));


Updated on 19-Nov-2014

Can you answer this question?


Answer

1 Answers

Liked By