Replies: 1 comment
-
I don't understand why I'm not receiving properties updates. I use
but my |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Bleak is a cross-platform BLE library written in Python. I have some demo code using it that works really well and I'm trying to translate it into C++ with sdbus-C++. I used Me and the Devil BlueZ: Reading BLE Sensors From C++ as a starting point but I'm not getting the messages I'd expect so I debugged the Python and found they were actually listening to all DBus messages and filtering the ones they were interested in - see https://github.com/hbldh/bleak/blob/develop/bleak/backends/bluezdbus/manager.py#L227:
_parse_msg
_parse_msg
parses messages and calls correct callback.How can I do this in sdbus-c++?
Beta Was this translation helpful? Give feedback.
All reactions