https://github.com/srwalter/dbus-bytestream
Native D-Bus implementation for Rust
https://github.com/srwalter/dbus-bytestream
Last synced: about 2 months ago
JSON representation
Native D-Bus implementation for Rust
- Host: GitHub
- URL: https://github.com/srwalter/dbus-bytestream
- Owner: srwalter
- License: lgpl-2.1
- Created: 2015-06-28T04:47:09.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2018-10-18T13:29:47.000Z (over 6 years ago)
- Last Synced: 2025-02-09T19:40:50.718Z (2 months ago)
- Language: Rust
- Size: 1.12 MB
- Stars: 6
- Watchers: 4
- Forks: 4
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
- awesome-systemd - dbus-bytestream
README
# dbus-bytestream
[](https://travis-ci.org/srwalter/dbus-bytestream)
Rust-native implementation of the D-Bus wire protocol. Supports TCP and
UNIX socket transports, as well as EXTERNAL, COOKIE and ANONYMOUS
authentication. Uses dbus-serialize for the client facing D-Bus types.