/lwes-java

Light Weight Event System Java library

Primary LanguageJavaOtherNOASSERTION

Build Status

This is the Java API for the Light Weight Event System.


Prerequisites


How to build: % mvn clean package

To create a release: % mvn clean deploy -P release

NOTE: Read this document for deploying releases to central: http://central.sonatype.org/pages/ossrh-guide.html


To increase the read buffer size on the multicast socket, set the system property MulticastReceiveBufferSize. For example,

java -DMulticastReceiveBufferSize=8388608 ...