An implementation of the Google Cast V2 protocol in Java.
Hat tip to github.com/thibauts for his detailed description of the Cast V2 protocol!
You need JDK-8 or higher to build Wire. Wire can be built with Gradle using the following command:
./gradlew clean build
Wire is tested with cucumber. Feature files can be found in the src/test/resources
folder.