{"id":15056111,"url":"https://github.com/bithatch/dj-feet","last_synced_at":"2025-04-10T04:06:37.363Z","repository":{"id":90788473,"uuid":"437130126","full_name":"bithatch/dj-feet","owner":"bithatch","description":"A cross-platform JavaFX based clone of d-feet, the D-Bus debugger","archived":false,"fork":false,"pushed_at":"2025-01-28T13:48:34.000Z","size":550,"stargazers_count":3,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-10T04:06:29.592Z","etag":null,"topics":["dbus","debugger","java","javafx-gui","linux","macos","windows"],"latest_commit_sha":null,"homepage":"","language":"Java","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/bithatch.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":"2021-12-10T22:27:33.000Z","updated_at":"2025-01-28T13:48:37.000Z","dependencies_parsed_at":null,"dependency_job_id":"36f9a114-c926-48fb-a4b6-938e088b2712","html_url":"https://github.com/bithatch/dj-feet","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bithatch%2Fdj-feet","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bithatch%2Fdj-feet/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bithatch%2Fdj-feet/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bithatch%2Fdj-feet/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bithatch","download_url":"https://codeload.github.com/bithatch/dj-feet/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248154983,"owners_count":21056543,"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":["dbus","debugger","java","javafx-gui","linux","macos","windows"],"created_at":"2024-09-24T21:48:05.968Z","updated_at":"2025-04-10T04:06:37.333Z","avatar_url":"https://github.com/bithatch.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ![Bus Icon](src/main/web/bus-small.png  \"Bus Icon\")dj-feet  \n\nA cross-platform, JavaFX based clone of [D-Feet](https://wiki.gnome.org/Apps/DFeet/), the D-Bus debugger provided by GNOME on Linux. It makes use of [dbus-java](https://github.com/hypfvieh/dbus-java), allowing you to debug your D-Bus application on any major desktop operating system.\n\n![Screenshot](src/main/web/screenshot.png  \"Screenshot\")\n\n## Installation\n\nInstallers are provided for Linux, Windows and Mac OS. Download and run the GUI installers appropriate for your desktop.\n\n * [Linux Installer](https://github.com/bithatch/dj-feet/releases/download/1.1.0/dj-feet_unix_1_0_3.sh)  \n * [Mac OS Installer](https://github.com/bithatch/dj-feet/releases/download/1.1.0/dj-feet_macos_1_0_3.dmg)  \n * [Windows Installer](https://github.com/bithatch/dj-feet/releases/download/1.1.0/dj-feet_windows-x64_1_0_3.exe)\n \n### Run From Source\n\nTo run from source, you will need at least version *3.8.3* of [Apache Maven](https://maven.apache.org/) and a Java 17 development kit. I recommended downloading from [Adoptium](https://adoptium.net/).\n\nSimply run the following from the directory you clone to.\n\n```\nmvn javafx:run\n```\n\n## Usage\n\nWhat is available when you start the application will depend on the operating system you are on. \n\n * On any operating system, if you have installed the provided default `dbus-java-daemon`, it will also be shown.\n \n * Linux, you will see the *System Bus*, and the *Session Bus* by default. \n \n * If there are no default buses available, you will be immediately prompted for a bus address.\n\nOther features include :-\n\n * Export existing DBus services as Java code (uses dbus-java's code generator) \n\n * Filter bus names by typing in the search box at the top-left of the user interface.\n \n * Select a bus in the left hand pane to view the available objects exported on that base.\n \n * Expand the tree nodes on the right to view *Methods*, *Signals* and *Properties*. \n \n * Double-click on a *Method* to execute it. The *Method Input* box accepts multiple comma separated parameters, you must supply all arguments a Method expects. Arguments are parsed using the [Spring Expression Language](https://docs.spring.io/spring-framework/docs/3.2.x/spring-framework-reference/html/expressions.html). In practice, format arguments similiarly to you would using Java.\n   \n   ![Execute](src/main/web/execute.png  \"Execute\")\n    \n * Double-click on a *Property* to view it's current value. Values cannot currently be set.\n\n### Other Tools Installed\n\nWith the installers, also included are easy launchers for all of the [dbus-java-utils](https://github.com/hypfvieh/dbus-java/tree/master/dbus-java-utils) tools.\n\n * `dbus-java-daemon` and `dbus-java-daemonc`. A replacement daemon you can use as a broker for operating systems that don't already have one. The former is installed as a service, and the latter as a command line tool you can just run when needed.\n * `dbus-java-list`. Just list all exported names.\n * `dbus-java-caller`. Invoke dbus methods.          \n * `dbus-java-create-interface`. Geneate a Java interface from exported objects. DEPRECATED\n * `dbus-java-interface-code-generator`. Geneate a Java interface from exported objects.\n * `dbus-java-viewer`. Simple Swing UI based viewer.\n * `dbus-java-type-string-to-java`. Convert a DBus type string to Java.\n \n \n## Changes\n\n### 1.1.0\n\n * Use (in development) dbus-java-5.0.0.\n * Now uses JPMS\n * Improvements to export. Option to use `@DBusBoundProperty`, Disable Filter and set alternative package name (now in upstream)\n * Now uses [JMetro](https://www.pixelduke.com/java-javafx-theme-jmetro/) as skin. Looks more at home on Windows.\n * Several fixes for method executing, now supports `new variant(\u003cval\u003e[,'\u003csig\u003e'])`. See [#2](https://github.com/bithatch/dj-feet/issues/2)\n\n### 1.1.0\n\n * Use official release of dbus-java-4.0.0. \n\n### 1.0.2\n\n * Windows dj-feet not automatically loading `dbus-java-daemon` if it is installed.\n * Re-install may fail on Windows due to JRE file being in use.\n * Better internal monitoring of bus events.\n\n### 1.0.1\n\n * Windows had incorrect classpath for dj-feet.exe.\n\n### 1.0.0\n\n * Initial release\n\n## Development\n\nFind the source and submit pull requests at the GitHub project page, you know the drill.\n\n## License\n\ndj-feet is made available under [GPL version 3](https://www.gnu.org/licenses/gpl-3.0.en.html). Other components under their respective licenses. \n\n## Attribution\n\nBus Icon made by [Royyan Wijaya](https://www.flaticon.com/authors/royyan-wijaya) from [www.flaticon.com](https://www.flaticon.com/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbithatch%2Fdj-feet","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbithatch%2Fdj-feet","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbithatch%2Fdj-feet/lists"}