Skip to content
This repository has been archived by the owner on Oct 22, 2024. It is now read-only.
/ lwes-java Public archive
forked from lwes/lwes-java

Light Weight Event System Java library

License

Notifications You must be signed in to change notification settings

openx/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

 
 
 

Languages

  • Java 99.9%
  • Shell 0.1%