Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2017-03-22 | 2.2 kB | |
calimero-gui-2.4-SNAPSHOT-20170322.zip | 2017-03-22 | 3.4 MB | |
calimero-gui-2.4-SNAPSHOT-20170322.tar | 2017-03-22 | 3.7 MB | |
calimero-gui-2.4-SNAPSHOT-20161228.zip | 2016-12-28 | 3.4 MB | |
calimero-gui-2.4-SNAPSHOT-20161228.tar | 2016-12-28 | 3.6 MB | |
calimero-gui-2.4-SNAPSHOT.zip | 2016-09-22 | 3.3 MB | |
calimero-gui-2.4-SNAPSHOT.tar | 2016-09-22 | 3.6 MB | |
Totals: 7 Items | 21.1 MB | 0 |
Graphical user interface for the Calimero client
Provides a bundled distribution of Calimero containing all required Java libraries to run the graphical client.
The user interface provides several of the client features of Calimero. An overview of supported features and access protocols is shown in the readme on Github.
Setup
- Download the
.zip
or.tar
archive, and extract it to a local folder of your choice - Make sure Java 8 is installed, you can check this, e.g., by executing
java -version
from the command line
Starting the client
In the folder bin
, start
calimero-gui.bat
for Windowscalimero-gui
for Linux/Mac
(if that doesn't work, run the script from the command line).
On Linux with GTK3, you might want to run env SWT_GTK3=0 ./calimero-gui
SWT platform dependency
Important: The client is implemented using the Standard Widget Toolkit (SWT), which has platform-dependent libraries. During the first start, the client will try to download the version appropriate for your platform/JVM, i.e, 32/64 bit for Windows, Linux, or Mac.
If you don't want that or don't have access to the Internet, just manually copy the correct version into the lib
folder and name it swt.jar
.
Changelog
[2.4-SNAPSHOT] - 2017-03-22
- [Experimental] KNX property editing
- [Experimental] KNX device memory viewer/editor
- Add tree-view for KNX property viewer
- [Windows] Improve font sizing
- Expand tabs to spaces in log view (required on Windows)
- Upgrade to SWT v4.6.1
[2.4-SNAPSHOT] - 2016-12-28
- Show errors (
System.err
) in log views - Allow user to choose a group address presentation style (3-level style, 2-level style, or free-style)
- Discovery: pass KNX medium (TP1, PL110, ...) to network links
- Process communication
- Sort datapoints by group address
- Show datapoint name next to datapoint address
- Sort datapoint subtypes by ID within each main type
- Busmonitor: show raw frame ASDU in it its own column
- Property viewer: add formatters for some property data types (PDTs)