Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
Library | 2024-01-20 | ||
Source Code | 2024-01-20 | ||
Tools | 2024-01-20 | ||
Documentation | 2024-01-20 | ||
README.txt | 2024-01-20 | 1.5 kB | |
Totals: 5 Items | 1.5 kB | 0 |
eBus 7.2.0 Downloads ________________________________________________________________________________ *** ATTENTION *** As of release 6.0.0, eBus is now based on Java 11. eBus does *not* use modules at this time. Therefore include eBus jars in -classpath and not -modulepath. The eBus license also converted from LGPL 2.1 to Apache License 2.0. The reason for the license change is due to Apache License 2.0 being more end-user friendly that LGPL 2.1. ________________________________________________________________________________ Release 7.2.0 made the following changes: Feature Requests: + Ticket 32: Add IEMessageStore implementations. Provide two message store implementations: in-memory and SQL. In-memory stores a fixed number historic messages using a ring buffer. These messages are *not* persisted. The second stores eBus messages in an SQL database. User is required to provide code which stores, retrieves, and decodes eBus messages to and from the database. Bugs: + On-going work cleaning up Sonar code smells. There are four download folders: + Library: contains the eBus API jar files. + Documentation: contains the eBus Programmer's Manul in PDF and Javadoc folders in tar, gzipped and zip formats. + Source Code: snapshot of eBus maven project files at release time. + Tools: contains the eBus GUI application and configuration file needed to run the application.