hypfvieh / dbus-java

Improved version of java DBus library provided by freedesktop.org (https://dbus.freedesktop.org/doc/dbus-java/)
https://hypfvieh.github.io/dbus-java/
MIT License
180 stars 72 forks source link

Add full featured transport based on junixsocket library. #227

Closed Prototik closed 1 year ago

Prototik commented 1 year ago

It supports passsing unix fds and abstract sockets.

I used this implementation for awhile (with passing unix fds) and it works perfectly fine (and not so dramatically broken as a way with using com.rm5248:dbus-java-nativefd).