Integrate the X-Y location data
It is possible to retrieve the X-Y locations of all the BLE beacons detected by the BLE nodes:
- in real-time by calling every 5 seconds this API and using at the LOC field of EXAMPLE 2
- historically by downloading every day the CSV daily reports and using the fourth and fifth fields of each line of the CSV files
Integrate the presence data
It is possible to retrieve the proximity/distance of all the BLE beacons with respect to the BLE nodes:
- in real-time by calling every 5 seconds this API and looking at the RSS field of the JSON returned.
- historically by downloading every day the CSV daily reports and looking the sixth and seventh fields of each line of the CSV files.