I’m trying to determine about “discovering” Gimbal beacons with standard iOS libraries. According to Radius Networks and Blue Sense Networks - Gimbal beacons do not broadcast standard iBeacon formatted protocol and thus cannot be discovered without using the Gimbal iOS SDK.
"Gimbal beacons on the other hand broadcast a rolling encrypted code to ensure only users with the correct privileges can see the beacon's information. Basically this means that every time a Gimbal beacon emits a signal, it contains different data. Furthermore, any BLE enabled smartphone can see the Gimbal beacon advertisements, but since they change on every broadcast essentially this means the smartphone will detect the same physical beacon multiple times and will consider each detection a different device. So in order to properly use a Gimbal beacon a developer has no other choice but to do it through their proprietary SDK." - Blue Sense Networks
I've seen some conflicting statements about accessing these beacons but I havent seen any concrete examples. Is it possible? Are there any?