Changes

Line 95: Line 95:       −
Name parameter "EddystoneID" chosen to indicate the protocol that was configured in the EYE sensor, although it does not affect capturing. Manufacturer ID is taken from protocol description, passing 9bytes and capturing UUID and Type. AAFE00, to comply Manufacturer ID size which is 4 bytes, 00 is added. Beacon ID offset passes 23bytes of all sensor packet and captures 6bytes which is Instance ID in this case. ID is shown in the picture on the left side 123400000000. Additional Data Offset can be used to indicate the number of byte for additional data capturing. In this example 49 bytes are ignored and 2 bytes are taken, which indicates temperature. The process is very similar when iBeacon protocol is used. Example is shown in the picture on the right side.
+
* '''Name''' -  Eddystone and iBeacon were typed to name different sensors.
 +
*'''Manufacturer ID''' - is taken from protocol description, passing 9bytes and capturing UUID and Type. AAFE00, to comply Manufacturer ID size which is 4 bytes, 00 is added.
 +
*'''Manufacturer ID Offset''' - number used to indicate when Manufacturer ID starts in advertising packet.
 +
*'''Manufacturer ID Size''' - number which indicates length of Manufacturer ID.
 +
*'''Beacon ID Offset''' - number used to indicate when Beacon ID starts in advertising packet.
 +
*'''Beacon ID Size''' - number which indicates length of Beacon ID size, Instance ID is set in Eddystone and whole ID in iBeacon.
 +
*'''Additional Data Offset''' and '''Additional Data Size''' - allows to capture specific data of the Beacons advertised packet e.g. Temperature.  
 +
*'''Beacon ID Source'''- configured ID output is shown in pictures. MAC address can be used as Source ID as well, in this case, It would be showed in ID section.
   −
'''Note''': Due to differencies in iBeacon and Eddystone advertising packets, number of Additional Data offset is different as well.<br>
+
'''Note''': Due to differencies in iBeacon and Eddystone advertising packets, number of Additional Data offset is different as well.
    
===Beacon List===
 
===Beacon List===

Navigation menu