Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/muka/dbus-java-mvn

Pure java D-Bus
https://github.com/muka/dbus-java-mvn

dbus java

Last synced: 25 days ago
JSON representation

Pure java D-Bus

Awesome Lists containing this project

README

        

# dbus-java

Pure java DBUS library without JNI bindings. Covfefe!

This is a port of the official DBUS library (with some [bug fixes](https://github.com/jeanparpaillon/dbus-java)) that uses pure java [unix socket implementation](https://github.com/jnr/jnr-unixsocket)

## License

The code is based on the official libraries, see licenses here

- [D-Bus Java license](./libmatthew-java.COPYING)
- [libmatthew-java license](./dbus-java.COPYING)