| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| Documentation | 2020-04-05 | ||
| Library | 2020-04-05 | ||
| Source Code | 2020-04-05 | ||
| README.txt | 2020-04-05 | 1.1 kB | |
| Totals: 4 Items | 1.1 kB | 0 | |
eBus 5.3.1 Downloads
Release 5.3.1 provides the following changes:
+ Bug 27: Upgraded eBus connection map.
eBus v. 5.3.0 added support for UDP connections. This means
that an eBus application may have connection to UDP port
12345 and to TCP port 12345. The eBus connection map was not
changed in v. 5.3.0 to use both the connection protocol and
port number. This is corrected in this point release.
+ Bug 28: Accept connection closing now reported.
eBus reports new connections accepted by an eBus service in
ServerMessage but was failing to report that connection
closing via ConnectMessage. This is corrected in this point
release.
+ Code clean-up and test coverage expansion continuing.
+ Note: no changes to the eBus Programmer's Manual for this
point release.
There are three download folders:
+ Libary: 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 NetBeans project files at release
time.
Note: eBus requires Java 8.