Skip to content

Light Weight Event System Java library

License

Notifications You must be signed in to change notification settings

shiang-luong/lwes-java

 
 

Repository files navigation

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

About

Light Weight Event System Java library

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 99.9%
  • Shell 0.1%