| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| egui-logging.xml | 2025-01-02 | 836 Bytes | |
| egui-7.6.0.jar | 2025-01-02 | 21.9 MB | |
| README.txt | 2025-01-02 | 1.3 kB | |
| truststore.jks | 2025-01-02 | 987 Bytes | |
| egui.conf | 2025-01-02 | 1.5 kB | |
| keystore.jks | 2025-01-02 | 2.6 kB | |
| Totals: 6 Items | 21.9 MB | 0 | |
eBus Tools
Contains eBus GUI jar and configuration file. This application
provides a generic user interface into eBus with windows for each
role: publisher, subscriber, requestor, and replier. Run the
eBus GUI by:
1. Downloading egui-7.6.0.jar, egui.conf, and (optionally) egui-logging.xml.
2. Running the application using the command:
$ java -Dnet.sf.eBus.config.jsonFile=egui.conf -jar egui-7.6.0.jar <host name>
where <host name> is *any* name you wish and meaningful to
you. It does not need to be the assigned network host name.
Example host name: egui-demo
The eBus configuration file egui.conf is needed to correctly
run the eBus GUI on the JavaFX UI thread.
Once up and running, go to the Help window to learn more about
using the application. Enjoy!
eBus release 6.0.0 supports both secure TCP and UDP
connections. You can try out this functionality with the provided
keystore and truststore files which use the passphrase
"eBusSecureSocketTest". These files are *not* meant to provide
actual security but for testing purposes only.
A sample Java logging configuration file is provided. slf4j/logback
logging may be enabled via the command line option:
-Djava.util.logging.configFile=egui-logging.xml
You are free to update this logging configuration file or use
your own as you see fit.