Python
The Aidlab Python SDK enables you to read data from multiple Aidmed One and Aidlab devices simultaneously. This SDK supports Windows, macOS, and Linux operating systems and is compatible with Python 3.
Installation
To install the Aidlab Python SDK, type:
pip install AidlabSDK
Please note that a laptop or PC equipped with a Bluetooth 4.0+ module is required for use with the Aidlab Python SDK.
Logging
If you want to get information about the current state of the SDK, add the following lines to your code:
import logging
logging.basicConfig(level=logging.INFO)