Replies: 1 comment
-
I don't quite understand what you mean. |
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
-
Hi, I would like to write an application that will parse DBus routes at runtime. I was able to recursively parse all the interface data using an IntrospectionProxy. Now I end up with a bunch of Node<'_> containing the interfaces that are available. What would the best way be to actually call these routes dynamically. Does zbus provide anyway utilities to make this easier or will I have to write some custom implementations to do this?
I would also like to convert the returned values from dbus into a serde_json, currently I'm think about just making a parser that constructs the json based on the signature. Any advice on this would also be appreciated.
Beta Was this translation helpful? Give feedback.
All reactions