guelfey / go.dbus

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

Add Peer to peer dbus support #44

Open alexlarsson opened 10 years ago

alexlarsson commented 10 years ago

This adds a Server object that can be used to handle dbus clients connecting. It also adds server side authentication code, both the generic code and an EXTERNAL implementation.

There is a simple client/serve rdemo to test this, plus i verified connecting to the server with the gdbus implementation (from glib).

guelfey commented 10 years ago

Thanks for your contribution. I'll look at this as soon as I have time for it.

philips commented 10 years ago

this is great. Looking forward to seeing it merged.

crosbymichael commented 10 years ago

Any update on this PR?