dasbus
                                
                                
                                
                                    dasbus copied to clipboard
                            
                            
                            
                        Support for org.freedesktop.DBus.ObjectManager interface
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.
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.