Download Latest Version config-7.6.0.jar (82.8 kB)
Email in envelope

Get an email when there's a new version of eBus

Home / eBus 7.5.0 / Tools
Name Modified Size InfoDownloads / Week
Parent folder
README.txt 2024-12-17 1.3 kB
truststore.jks 2024-12-17 987 Bytes
egui-7.5.0.jar 2024-12-17 20.9 MB
egui.conf 2024-12-17 1.5 kB
keystore.jks 2024-12-17 2.6 kB
logging.conf 2024-12-17 3.0 kB
Totals: 6 Items   20.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.5.0.jar and egui.conf.
  2. Running the application using the command:

     $ java -Dnet.sf.eBus.config.jsonFile=egui.conf -jar egui-7.5.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: egu-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. Java
logging may be enabled via the command line option:

    -Djava.util.logging.configFile=logging.conf

Note that the provided logging.conf uses NullHandler which does
not show log messages.
Source: README.txt, updated 2024-12-17