/wire

An implementation of the Google Cast V2 protocol in Java.

Primary LanguageJavaBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

Wire

CI codecov.io license

An implementation of the Google Cast V2 protocol in Java.

Acknowledgement

Hat tip to github.com/thibauts for his detailed description of the Cast V2 protocol!

Building from Source

You need JDK-8 or higher to build Wire. Wire can be built with Gradle using the following command:

./gradlew clean build

Tests

Wire is tested with cucumber. Feature files can be found in the src/test/resources folder.