Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 736 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 736 Bytes

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 ...