Java binding for the DSA API.
There are four categories that each Gradle subproject fall under. Those categories are:
- sdk
- examples
- runtimes
- internal
Each categorized directory has its own README describing its category in more detail.
In order to run any examples a broker must be running. All the examples can quickly be ran through Gradle.
Running the requester:
./gradlew :examples/requester:run -Dexec.args="-b http://localhost:8080/conn"
Running the responder:
./gradlew :examples/responder:run -Dexec.args="-b http://localhost:8080/conn"
A special thanks to JProfiler for supporting this project!