Skip to content

anmarker/sdk-dslink-java

 
 

Repository files navigation

sdk-dslink-java

Build Status

Java binding for the DSA API.

Project Structure

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.

Running the examples

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"

Acknowledgements

A special thanks to JProfiler for supporting this project!

About

DSLink Java SDK

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 99.8%
  • Shell 0.2%