Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for org.freedesktop.DBus.ObjectManager interface #64

Open
JeetR opened this issue Jul 20, 2021 · 1 comment
Open

Support for org.freedesktop.DBus.ObjectManager interface #64

JeetR opened this issue Jul 20, 2021 · 1 comment
Labels
enhancement New feature or request

Comments

@JeetR
Copy link

JeetR commented Jul 20, 2021

I am working on a BLE application and to register gatt manager application using bluez i have to implement ObjectManager interface which is not possible with dasbus i guess. are you planning on supporting Object manager if not then do you have any suggestions on how to implement Objectmanager interface in order to work with BLE applications.

https://git.kernel.org/pub/scm/bluetooth/bluez.git/tree/doc/gatt-api.txt

go to bottom of this page to see what i mean.

@poncovka
Copy link
Contributor

Hi, I will have to think about it a little more, but you should be able to implement this with the current support. The solution will be probably based on containers (https://dasbus.readthedocs.io/en/latest/api/dasbus.server.container.html). There is an example for that (https://github.com/rhinstaller/dasbus/blob/master/examples/05_chat/server.py). I can implement a general solution in a week or two.

@poncovka poncovka added the enhancement New feature or request label Aug 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Development

No branches or pull requests

2 participants