godbus / dbus

Native Go bindings for D-Bus
BSD 2-Clause "Simplified" License
959 stars 222 forks source link

Why does the peer-to-peer branch seem to be deprecated? #384

Open flyqie opened 2 months ago

flyqie commented 2 months ago

Thanks to all the contributors to this project for their great work!

I'm trying to implement https://www.qemu.org/docs/master/interop/dbus-display.html in go

But the master branch of github.com/godbus/dbus does not seem to support p2p?

I found it in other branches, but it seems it has been abandoned (no updates nor merged to master in many years).

I don't quite understand why this is, any answers would be greatly appreciated!