Edit of asset "D-Bus Nodes" Accepted
| Old/Current | New/Edit | |
|---|---|---|
| Title | D-Bus Nodes | D-Bus Nodes |
| Description |
Use D-Bus for IPC on Linux with Godot. This GDExtension adds simple nodes to use D-Bus. The DBusServerNode allows the definition of a DBusServer just through the property panel without having to write a single line of code. In your code you can then attach callbacks to the specified methods which will automatically be called if a client sends a message to the server. The DBusClientNode lets you specify one specific interface to interact with and make simple requests to. Both nodes abstract D-Bus specifiers away and let you just pass the basic Godot Variant Types. Open the demo for a full example. |
Use D-Bus for IPC on Linux with Godot. This GDExtension adds simple nodes to use D-Bus. The DBusServerNode allows the definition of a DBusServer just through the property panel without having to write a single line of code. In your code you can then attach callbacks to the specified methods which will automatically be called if a client sends a message to the server. The DBusClientNode lets you specify one specific interface to interact with and make simple requests to. Both nodes abstract D-Bus specifiers away and let you just pass the basic Godot Variant Types. Open the demo for a full example. |
| Category | Misc | Misc |
| License | LGPLv3 | LGPLv3 |
| Repository Provider | Custom | Custom |
| Repository Url | https://github.com/arlo-phoenix/godot-dbus-nodes | https://github.com/arlo-phoenix/godot-dbus-nodes |
| Issues Url | ||
| Godot version | Godot 4.2 | Godot 4.2 |
| Version String | v1.0.1 | v1.0.0 |
| Download Commit | https://github.com/arlo-phoenix/godot-dbus-nodes/releases/download/v1.0.1/godot-dbus-nodes-plugin-v1.0.1.zip | https://github.com/arlo-phoenix/godot-dbus-nodes/releases/download/v1.0.0/godot-dbus-nodes-plugin-v1.0.0.zip |
| Download Url (Computed) | https://github.com/arlo-phoenix/godot-dbus-nodes/releases/download/v1.0.1/godot-dbus-nodes-plugin-v1.0.1.zip | https://github.com/arlo-phoenix/godot-dbus-nodes/releases/download/v1.0.0/godot-dbus-nodes-plugin-v1.0.0.zip |
| Icon Url |
https://raw.githubusercontent.com/arlo-phoenix/godot-dbus-nodes/main/project/icon.png
|
https://raw.githubusercontent.com/arlo-phoenix/godot-dbus-nodes/main/project/icon.png
|