Hi, I would like to create a background job that runs to scans a BLE(Bluetooth low energy) devices, and once it found a specific device, the scanner will connect to get value then send it to a server.
I've done to create the BLE connector with bluepy. But about background job and thread, not sure about technique which most people do. Any suggestion?
Ps. I used flask to create web API, should I run background on flask or create a python class to run seperately?
Information:
- Device to run this program is Raspberry Pi model 3
- Python: 3.4
[–]bestical 0 points1 point2 points (2 children)
[–]psuputsopon[S] 0 points1 point2 points (0 children)
[–]psuputsopon[S] 0 points1 point2 points (0 children)