Skip to content

Releases: neocoretechs/RosJavaLite

Marlinspiker5.0

23 Feb 00:13
Compare
Choose a tag to compare

Major enhancements and bugfixes gained in creating several multichannel/multiple peripheral field robots.

Marlinspiker4.2

23 Dec 17:12
Compare
Choose a tag to compare

Maintenance release of RosJavaLite.

Marlinspiker

16 Dec 23:58
Compare
Choose a tag to compare

Working service model end to end. The source for the other JARs in this release are in separate repositories in NeoCoreTechs under the same name.

Marlinspike

11 Dec 12:10
Compare
Choose a tag to compare

Full integration of service model in addition to publish/subscribe.

Maintenance

07 Feb 23:38
Compare
Choose a tag to compare

Repair of client side multi subscriber bug. Resolution of several TODOs from original RosJava project. Improved internal docs and debugging instrumentation.

Maintenance

16 Jan 22:49
Compare
Choose a tag to compare

Fixed double register of ChannelHandlerContext and tightened up code for threading and performance.

Free of 3rd Party Libs

09 Dec 20:12
Compare
Choose a tag to compare

RosJavaLite primary runtime with recent minor cleanup. Fully qualified in multiple robots for hundreds of hours and terabytes throughput. Compatible with standard ROS message format for generated messages.

NIO Channels edition, issues with blocking channel IO

04 Jun 07:21
Compare
Choose a tag to compare

This version uses NIO channels which seem to be problematic in blocking mode as channels chunk the data unpredictably, [presumably after the TCP window is exceeded. Perhaps a non blocking IO with selector would be the answer, but for now good old streams are the next release.

rosjavalite Netty V3.x

10 May 21:22
Compare
Choose a tag to compare

Netty compatible to version 3.x. Version 4 Netty massive API breaking rewrite