{"id":19852698,"url":"https://github.com/shadowblip/godot-dbus","last_synced_at":"2025-09-15T18:36:13.719Z","repository":{"id":177470574,"uuid":"658513654","full_name":"ShadowBlip/godot-dbus","owner":"ShadowBlip","description":"DBus bindings for Godot 4.x","archived":false,"fork":false,"pushed_at":"2024-08-08T03:35:17.000Z","size":73,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-04-19T05:52:53.358Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ShadowBlip.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"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}},"created_at":"2023-06-26T00:36:00.000Z","updated_at":"2024-08-08T03:35:21.000Z","dependencies_parsed_at":"2024-08-08T05:22:40.852Z","dependency_job_id":null,"html_url":"https://github.com/ShadowBlip/godot-dbus","commit_stats":null,"previous_names":["shadowblip/godot-dbus"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ShadowBlip/godot-dbus","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ShadowBlip%2Fgodot-dbus","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ShadowBlip%2Fgodot-dbus/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ShadowBlip%2Fgodot-dbus/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ShadowBlip%2Fgodot-dbus/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ShadowBlip","download_url":"https://codeload.github.com/ShadowBlip/godot-dbus/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ShadowBlip%2Fgodot-dbus/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":275303899,"owners_count":25441156,"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","status":"online","status_checked_at":"2025-09-15T02:00:09.272Z","response_time":75,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":[],"created_at":"2024-11-12T14:04:04.102Z","updated_at":"2025-09-15T18:36:13.699Z","avatar_url":"https://github.com/ShadowBlip.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Godot DBus\n\nGodot DBus is a native GDExtension for Godot 4.x that allows you to interact\nwith DBus.\n\n## Requirements\n\n### Build Requirements\n\nThe following are required to build Open Gamepad UI:\n\n- Godot 4.x\n- GCC 7+ or Clang 6+.\n- Python 3.5+.\n- SCons 3.0+ build system\n- pkg-config (used to detect the dependencies below).\n- X11, Xcursor, Xinerama, Xi and XRandR development libraries.\n- MesaGL development libraries.\n- ALSA development libraries.\n- PulseAudio development libraries.\n- make (optional)\n- unzip (optional)\n- wget (optional)\n\nIf you are using ArchLinux, you can run the following:\n\n```bash\npacman -S --needed scons pkgconf gcc libxcursor libxinerama libxi libxrandr mesa glu libglvnd alsa-lib pulseaudio make unzip wget git\n```\n\n## Building\n\nYou can build the project using the following:\n\n```bash\nmake build\n```\n\n## Usage\n\nCopy the `addons` folder after you have built the project into your Godot\nproject directory.\n\n## Exploring DBus\n\nReference: https://ukbaz.github.io/howto/python_gio_1.html\n\n### List objects from a service\n\n```\n$ busctl tree org.bluez\n└─/org\n  └─/org/bluez\n    └─/org/bluez/hci0\n```\n\n### Find methods/properties\n\n```\n$ busctl introspect org.bluez /org/bluez/hci0\nNAME                                TYPE      SIGNATURE RESULT/VALUE                          \u003e\norg.bluez.Adapter1                  interface -         -                                     \u003e\n.GetDiscoveryFilters                method    -         as                                    \u003e\nNAME                                TYPE      SIGNATURE RESULT/VALUE                          \u003e\norg.bluez.Adapter1                  interface -         -                                     \u003e\n.GetDiscoveryFilters                method    -         as                                    \u003e\n.RemoveDevice                       method    o         -                                     \u003e\n.SetDiscoveryFilter                 method    a{sv}     -                                     \u003e\n.StartDiscovery                     method    -         -                                     \u003e\n.StopDiscovery                      method    -         -                                     \u003e\n.Address                            property  s         \"11:11:11:11:1C:11\"                   \u003e\n.AddressType                        property  s         \"public\"                              \u003e\n.Alias                              property  s         \"bravo\"                               \u003e\n.Class\n```\n\n### Get a property\n\n```\n$ busctl get-property org.bluez /org/bluez/hci0 org.bluez.Adapter1 Address\ns \"11:11:11:11:1C:11\"\n```\n\n### Call a method\n\n```\nbusctl call org.bluez /org/bluez/hci0 org.bluez.Adapter1 StartDiscovery\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshadowblip%2Fgodot-dbus","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshadowblip%2Fgodot-dbus","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshadowblip%2Fgodot-dbus/lists"}