Kapitel 5
Observer-Data
Observer data can be obtained via the TCP port (“scanport: 4000” in Bline-Server.yaml), which is provided by the Bline-Server program. Data format:
CSV (Comma-separated values)
Example:
Explanation
| key | value | Type |
|---|---|---|
| Time | Timestamp in milliseconds | Integer |
| Anchor | Beacon Line Anchor Name | String |
| MAC | MAC adress from Bluetooth® Low Energy Device | HEX |
| RSSI | RSSI Level from Bluetooth® Low Energy Device | INT8 |
| Connectable | C: Connectable, N: Non-connectable | |
| Advertising payload | HEX | |
| Name | Name of the Bluetooth® Low Energy device, if it exists | String |
Example:
| Time | Anchor | MAC | RSSI | Connectable | Advertising payload | Name |
|---|---|---|---|---|---|---|
| 1682327807376 | line1-01 | ed:96:ca:78:2c:f5 | -81 | C | 0201061aff4c000215e2c56db5dffb48d2b060d0f5a71096e000000000c5 | blinky |