https://github.com/ofmooseandmen/wire
An implementation of the Google Cast V2 protocol in Java.
https://github.com/ofmooseandmen/wire
chromecast google-cast googlecast java
Last synced: 29 days ago
JSON representation
An implementation of the Google Cast V2 protocol in Java.
- Host: GitHub
- URL: https://github.com/ofmooseandmen/wire
- Owner: ofmooseandmen
- License: bsd-3-clause
- Created: 2018-03-13T13:23:33.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2020-07-25T02:47:59.000Z (almost 5 years ago)
- Last Synced: 2025-04-22T23:13:26.561Z (29 days ago)
- Topics: chromecast, google-cast, googlecast, java
- Language: Java
- Homepage:
- Size: 614 KB
- Stars: 11
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Wire
[](https://github.com/ofmooseandmen/wire/actions?query=workflow%3ACI)
[](https://codecov.io/github/ofmooseandmen/wire)
[](https://opensource.org/licenses/BSD-3-Clause)An implementation of the Google Cast V2 protocol in Java.
## Acknowledgement
Hat tip to [github.com/thibauts](https://github.com/thibauts) for his detailed description of the [Cast V2 protocol](https://github.com/thibauts/node-castv2#protocol-description)!
## Building from Source
You need [JDK-8](http://openjdk.java.net/projects/jdk8/) or higher to build Wire.
Wire can be built with Gradle using the following command:```
./gradlew clean build
```## Tests
Wire is tested with [cucumber](https://cucumber.io). Feature files can be found in the `src/test/resources` folder.