I am interested in developing my own C++ application and I was wondering if you can recommend a Bluetooth LE Library for Linux to use for the GATT operations. I am using Ubuntu 16.0.4 and BlueZ 5.42
Thank you for your immediate response. I had already seen this discussion prior to creating this one but for some reason gattlib wouldn't work on our systems. However, we will now move development to a different system and I will check it out again.
I will try to keep this discussion updated with any news from out development process both for extra questions and to help new developers.
Comments
https://mbientlab.com/community/discussion/1968/linux-boilerplate#latest
Hi Eric.
Thank you for your immediate response. I had already seen this discussion prior to creating this one but for some reason gattlib wouldn't work on our systems. However, we will now move development to a different system and I will check it out again.
I will try to keep this discussion updated with any news from out development process both for extra questions and to help new developers.
Hi,
I can also recommend to have a look at https://github.com/edrosten/libblepp
We were able to implement BLE communication with MetaMotionR using this library and found it easier to use than gattlib.