How do I connect to a bus exposed at a certain IP and port? #78
tobiasgehring
started this conversation in
General
Replies: 1 comment
-
Hello @tobiasgehring I believe that you might be able set the https://dbus.freedesktop.org/doc/dbus-specification.html#transports-tcp-sockets However, this is not very secure. I would recommend using the sdbus over SSH instead: https://python-sdbus.readthedocs.io/en/latest/common_api.html#sdbus.sd_bus_open_system_remote |
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
Uh oh!
There was an error while loading. Please reload this page.
-
I have a dbus daemon running a session bus that is accesssible at a certain IP address and port. How do I use the sdbus package to connect to it?
Beta Was this translation helpful? Give feedback.
All reactions