The BLESentry Project is a collection software that monitors the surrounding area for Bluetooth Low Energy devices.
It was meant to specifically look for some common iTag devices, but probably use this project to look out for products that emit Bluetooth signals insecurely like some popular fitness tracking devices.
When a device is found, it writes a comma-separated variable file (CSV) in to /run/ble. Every device found gets written into that folder and it goes by mac address. You can use common tools like cat or tail to read these files.
You could also copy these files off to a network share with a .csv extension and open them up in Excel.
Here is what each column represents
This raw data is unremarkable, but once you start converting raw data to information, you start seeing the value of this project.
I have included a few projects, to show what type of information you can view.
The first example is to create multiple charts using different timelines to see when the devices are active. Blank entry mean they were out of range.
You can take the data track multiple devices and track based on their color.
A simple web API where you pass through the mac address of the device gives you the last recorded state of the device
You can install multiple monitors and track devices as the move in and out of an area
There are a lot of other projects which could be possible.
Theme by Danetsoft and Danang Probo Sayekti inspired by Maksimer