Build with
mvn clean package
Run with
java -jar rlp_07.jar
Listens at default port 1601 logs received content with logback. TLS mode can be enabled with "tls=true" command-line argument. Port can be changed with "port=1234" command-line argument.
Debug output
See src/main/resources for the log4j2.xml
java -Dlog4j.configurationFile=log4j2.xml -jar rlp_07.jar