Replies: 4 comments
-
|
Hi, I am not familiar with BLE, "The Bluetooth Technology for Linux Developers Study Guide" nor bluez-dbus-cpp implementation, so I'm afraid I can't help you with this one. I can only answer sdbus-c++-specific questions related to its design, API and its usage. |
Beta Was this translation helpful? Give feedback.
-
|
I started with Me and the Devil BlueZ: Reading BLE Sensors From C++ |
Beta Was this translation helpful? Give feedback.
-
|
@brouhaha You might take a look at https://github.com/weareaudiofile/bluez-dbus-cpp |
Beta Was this translation helpful? Give feedback.
-
|
If you can, help us implement here: bitchatz/bitchatz-cpp#3 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to use sdbus-cpp to implement a BLE central role, to scan for a peripheral, open a connection, and read and write characteristics. I have working Python code from "The Bluetooth Technology for Linux Developers Study Guide", which uses Dbus from Python, but I'm having a hard time understanding how to do the equivalent things in C++ using sdbus-cpp, even looking at the sdbus-cpp documentation and example. Does anyone have any example BLE central code they'd be willing to share?
I don't particularly need BLE peripheral side code, as I'm using bluez-dbus-cpp for that (which uses sdbus-cpp).
Beta Was this translation helpful? Give feedback.
All reactions