How to associate data with a beacon? (cordova-ble)
Posted: 23:31, 20 Apr 2015
I opened this issue earlier: https://github.com/evothings/cordova-ble/issues/64
I guess my final question on that page isn't related to the bug which is why it didn't receive a response.
If iOS devices aren't using the MAC addresses, and instead generating their own UUID per beacon, how can I associate with this randomly generated address an object in my remote DB? Or rather, with cordova-ble, what's the proper way to associate a device with the information you want to present? It doesn't seem like `device.address` is a reliable way to identify a device. My beacons are are using the TICC2541, and I'm not seeing the UUID anywhere in the device object within the evothings.ble.startScan callback.
This would be a huge help if someone could give me some guidance here. Thanks for the great library and community!
I guess my final question on that page isn't related to the bug which is why it didn't receive a response.
If iOS devices aren't using the MAC addresses, and instead generating their own UUID per beacon, how can I associate with this randomly generated address an object in my remote DB? Or rather, with cordova-ble, what's the proper way to associate a device with the information you want to present? It doesn't seem like `device.address` is a reliable way to identify a device. My beacons are are using the TICC2541, and I'm not seeing the UUID anywhere in the device object within the evothings.ble.startScan callback.
This would be a huge help if someone could give me some guidance here. Thanks for the great library and community!