Java binding for the DSA API.
In order to run any examples a broker must be running. All the examples can quickly be ran through Gradle.
Running the requester:
./gradlew :subprojects/requester:run -Dexec.args="-b http://localhost:8080/conn"
Running the responder:
./gradlew :subprojects/responder:run -Dexec.args="-b http://localhost:8080/conn"
A special thanks to JProfiler for supporting this project!