Contents

Python DBus and sockets

If you were, like me, wondering how the hell does it work for python to connect to a dbus unix abstract socket file here it is

mybus=dbus.bus.BusConnection("unix:abstractx=<path/to/socket>")

I was struggling to find it out online but no website nor python docs or anything else was providing any suggestion

Hope it’s useful

Tags// , , ,