{"id":15659194,"url":"https://github.com/calimero-project/calimero-gui","last_synced_at":"2025-07-22T18:34:51.070Z","repository":{"id":5805076,"uuid":"7019834","full_name":"calimero-project/calimero-gui","owner":"calimero-project","description":"A graphical user interface for Calimero based on the Eclipse Standard Widget Toolkit (SWT)","archived":false,"fork":false,"pushed_at":"2025-07-18T16:03:23.000Z","size":1341,"stargazers_count":24,"open_issues_count":0,"forks_count":12,"subscribers_count":10,"default_branch":"master","last_synced_at":"2025-07-18T20:41:13.177Z","etag":null,"topics":["gui","java","knx","swt"],"latest_commit_sha":null,"homepage":"","language":"Java","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/calimero-project.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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,"zenodo":null}},"created_at":"2012-12-05T15:38:27.000Z","updated_at":"2025-07-12T11:22:10.000Z","dependencies_parsed_at":"2023-01-13T13:42:28.984Z","dependency_job_id":"be3fec45-a5ec-462c-a5fa-7843c3a5e765","html_url":"https://github.com/calimero-project/calimero-gui","commit_stats":null,"previous_names":[],"tags_count":16,"template":false,"template_full_name":null,"purl":"pkg:github/calimero-project/calimero-gui","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/calimero-project%2Fcalimero-gui","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/calimero-project%2Fcalimero-gui/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/calimero-project%2Fcalimero-gui/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/calimero-project%2Fcalimero-gui/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/calimero-project","download_url":"https://codeload.github.com/calimero-project/calimero-gui/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/calimero-project%2Fcalimero-gui/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266552738,"owners_count":23947183,"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-07-22T02:00:09.085Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"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":["gui","java","knx","swt"],"created_at":"2024-10-03T13:15:33.541Z","updated_at":"2025-07-22T18:34:51.059Z","avatar_url":"https://github.com/calimero-project.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"Calimero Graphical User Interface [![CI with Gradle](https://github.com/calimero-project/calimero-gui/actions/workflows/gradle.yml/badge.svg)](https://github.com/calimero-project/calimero-gui/actions/workflows/gradle.yml) [![](https://jitpack.io/v/calimero-project/calimero-gui.svg)](https://jitpack.io/#calimero-project/calimero-gui) [![](https://img.shields.io/badge/jitpack-master-brightgreen?label=JitPack)](https://jitpack.io/#calimero-project/calimero-gui/master)\n=================================\n\n~~~ sh\ngit clone https://github.com/calimero-project/calimero-gui.git\n~~~\n\nA graphical user interface based on the [Standard Widget Toolkit](https://www.eclipse.org/swt/) for device discovery, process communication, monitoring, and management.\n\nSupported Features\n------------------\n\n* KNXnet/IP discovery \u0026 self-description\n* KNX process communication, read or write KNX datapoints\n* Group monitor for KNX datapoints, decode datapoint values, filter KNX messages\n* Network monitor (busmonitor raw frames on the network, completely passive), filter KNX messages\n* Show KNX device information (PL110 BCU1, TP1 BCU1/2, KNX IP, Interface Objects)\n* Read the IP configuration of a KNXnet/IP server (Local Device Management) or KNX device (Remote Property Services) using KNX properties\n* Scan KNX devices in a KNX subnet area/line, or check whether a specific KNX individual address is currently assigned to a KNX device\n* Show KNX devices in programming mode\n* KNX property editor for KNX devices that implement an Interface Object Server (IOS)\n* KNX device memory editor\n* KNX IP Secure \u0026 KNX Data Secure communication\n* Data export\n\nSupported Access Protocols\n--------------------------\n\n* KNXnet/IP Tunneling \u0026 Routing, KNX IP\n* KNXnet/IP Local Device Management\n* KNX RF USB\n* KNX USB\n* KNX FT1.2 Protocol (serial connections)\n* TP-UART (serial connections)\n\nExecution\n---------\n\n### Using Gradle\n\n\t./gradlew run\n\n### Using Java\n\nThe graphical user interface has the following \n\n* _mandatory_ dependencies: calimero-core, calimero-tools, calimero-rxtx, SWT\n* _optional_ dependencies: serial-native\n\nIn the following commands, use your specific library versions.\n\n* MacOS: add the `-XstartOnFirstThread` option for Cocoa thread restrictions\n\nEither, relying on the classpath in the MANIFEST of the `.jar` file (requires exact match of names and versions of all dependencies)\n\n\tjava -jar calimero-gui-3.0-SNAPSHOT.jar\n\nIf all dependencies are resolved, you can also directly start the GUI by opening it in Nautilus, Windows File Explorer, etc.\n\nOr, assuming all dependencies (of any compliant version) are in the current working directory (replacing `Main` with `SwtChecker` will automatically check and download the required SWT library for your platform during startup)\n\n\tjava -cp \"./*\" io.calimero.gui.Main\n\nOr, as example of using the JRE `-classpath`/`-cp` option to qualify all dependencies\n\n\tjava -cp \"calimero-gui-3.0-SNAPSHOT.jar:calimero-core-3.0-SNAPSHOT.jar\\\n\t:calimero-tools-3.0-SNAPSHOT.jar:org.eclipse.swt.gtk.linux.x86_64-3.123.0.jar\"\\\n\tio.calimero.gui.Main\n\n### Run As Standalone Application\n* Run `gradlew build`\n* In the `build/distributions` directory, extract either the `.zip` or `.tar` file\n* Open `\u003cextracted folder\u003e/bin`\n* Start `calimero-gui` (Linux/macOS) or `calimero-gui.bat` (Windows)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcalimero-project%2Fcalimero-gui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcalimero-project%2Fcalimero-gui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcalimero-project%2Fcalimero-gui/lists"}