This application is listening on incoming UDP packages on port 8125 and displays them on either a Swing based GUI or in a console.
This is considerably useful during development of services that uses statsD to send metrics since this application will easily inspect the statsD packages.
Build and create executable jar file
mvn clean package
Execute the jar file
java -jar target/UdpServer-1.0-SNAPSHOT-jar-with-dependencies.jar
The UDP Server will automatically start to listening in port 8125 at startup on localhost. An error message will be displayed ff the port is already allocated and the application will not continue.