Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/muka/dbus-java-mvn
- Owner: muka
- Created: 2017-09-16T05:19:04.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-09-16T19:43:10.000Z (over 7 years ago)
- Last Synced: 2024-10-30T01:25:27.554Z (2 months ago)
- Topics: dbus, java
- Language: Java
- Homepage:
- Size: 412 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)