{"id":15031722,"url":"https://github.com/dbus2/busd","last_synced_at":"2025-04-10T00:22:36.683Z","repository":{"id":65245917,"uuid":"588646927","full_name":"dbus2/busd","owner":"dbus2","description":"A D-Bus bus (broker) implementation based on zbus","archived":false,"fork":false,"pushed_at":"2024-05-29T04:16:02.000Z","size":368,"stargazers_count":30,"open_issues_count":12,"forks_count":9,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-05-29T17:22:21.897Z","etag":null,"topics":["communication","d-bus","dbus","ipc","rust","rustlang","zbus"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dbus2.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":"zeenix"}},"created_at":"2023-01-13T16:29:44.000Z","updated_at":"2024-06-06T23:47:24.044Z","dependencies_parsed_at":"2024-02-24T19:25:57.275Z","dependency_job_id":"08db5f1f-dcb5-4866-9903-da3c814186f3","html_url":"https://github.com/dbus2/busd","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dbus2%2Fbusd","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dbus2%2Fbusd/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dbus2%2Fbusd/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dbus2%2Fbusd/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dbus2","download_url":"https://codeload.github.com/dbus2/busd/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248132232,"owners_count":21053002,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["communication","d-bus","dbus","ipc","rust","rustlang","zbus"],"created_at":"2024-09-24T20:16:24.723Z","updated_at":"2025-04-10T00:22:36.658Z","avatar_url":"https://github.com/dbus2.png","language":"Rust","funding_links":["https://github.com/sponsors/zeenix"],"categories":["D-Bus"],"sub_categories":[],"readme":"\u003cimg alt=\"Project logo: a bus\" src=\"data/logo.svg\" width=\"200\"\u003e\n\n[![Build Status](https://img.shields.io/github/actions/workflow/status/dbus2/busd/ci.yml?branch=main)](https://github.com/dbus2/busd/actions?query=branch%3Amain)\n[![crates.io](https://img.shields.io/crates/v/busd.svg)](https://crates.io/crates/busd)\n\n# busd\n\nA D-Bus bus (broker) implementation in Rust. Since it's pure Rust, it's much easier to cross-build\nthan other D-Bus brokers.\n\n## Status\n\nAlpha. It's not ready for production use yet. Only the essentials are in place.\n\n## Installation \u0026 Use\n\nCurrently, we can only offer installation from source:\n\n```bash\ncargo install -f busd\n```\n\nRunning a session instance is super easy:\n\n```bash\nbusd --print-address\n```\n\n`--print-address` will print the address of the bus to stdout. You can then use that address to\nconnect to the bus:\n\n```bash\nexport DBUS_SESSION_BUS_ADDRESS=\"unix:path=/run/user/1000/bus,guid=d0af79a44c000ce7985797ba649dbc05\"\nbusctl --user introspect org.freedesktop.DBus /org/freedesktop/DBus\nbusctl --user list\n```\n\nSince auto-starting of services is not yet implemented, you'll have to start services manually:\n\n```bash\n# Probably not the best example since the service just exits after a call to it.\n/usr/libexec/dleyna-renderer-service \u0026\nbusctl call --user com.intel.dleyna-renderer /com/intel/dLeynaRenderer com.intel.dLeynaRenderer.Manager GetRenderers\n```\n\n## The plan\n\n### Full compatibility with the D-Bus specification\n\nImplement all features that manadated and recommended by the [specification].\n\n### Additional Header Fields\n\nWhile the D-Bus spec does not allow custom header fields in messages, `busd` will still support a\nfew additional on-demand (only) fields, that are useful for certain applications. One example is\naddition of [peer credentials] on every message, which can avoid round-trips on the bus.\n\n## License\n\n[MIT](LICENSE-MIT)\n\n[specification]: https://dbus.freedesktop.org/doc/dbus-specification.html\n[peer credentials]: https://github.com/dbus2/busd/issues/29\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdbus2%2Fbusd","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdbus2%2Fbusd","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdbus2%2Fbusd/lists"}