The Google Proximity Beacon API API documentation uses Eddystone everywhere:
https://developers.google.com/beacons/proximity/register
However, the documentation mentions two more types of beacons , AltBeacon and iBeacon.
If I understand correctly, something like this should be used (adapted from a Google example):
{ "advertisedId": { "type":"IBEACON", "id":"base 64 of what???"}, "status":"ACTIVE", "latLng": { "latitude": 51.4935657, "longitude": -0.1465538 } }
However, what is the acceptable binary format for iBeacon UUID, Major, Minor (which should be base64'd)?
ibeacon google-beacon-platform
Roman susi
source share