Skip to content

rcongiu/lwes-java

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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%