tuck182 / harmony-java-client

Java client for communicating with a Harmony Hub
Other
27 stars 13 forks source link

harmony-java-client

Java client for communicating with a Harmony Hub

Based on the work done to reverse engineer and implement the Harmony Hub protocol in the following projects:

The basics of the API are in place, and there's also a simple shell available through the Main class that demonstrates the API features. The available shell commands are:

Example

  1. To build a jar with dependent libraries, run:

    $ gradle assemble

    or

    $ gradle allJar

  2. Execute the jar:

    $ java -jar build/libs/harmony-java-client-*-all.jar HARMONY_HOST