calors / wire

An implementation of the Google Cast V2 protocol in Java.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

An implementation of the Google Cast V2 protocol in Java.

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Java 95.5%Language:Gherkin 2.5%Language:Groovy 2.0%