Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
egui-6.4.0.jar | 2023-05-14 | 19.4 MB | |
README.txt | 2023-05-14 | 1.1 kB | |
truststore.jks | 2023-05-14 | 987 Bytes | |
egui.conf | 2023-05-14 | 897 Bytes | |
keystore.jks | 2023-05-14 | 2.6 kB | |
logging.conf | 2023-05-14 | 3.0 kB | |
Totals: 6 Items | 19.4 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-6.4.0.jar and egui.conf. 2. Running the application using the command: $ java -Dnet.sf.eBus.config.jsonFile=egui.conf -jar egui-6.4.0.jar The eBus configuration file egui.conf is needed to correctly run the eBus GUI. 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 messages.