# cast-sender
[](https://crates.io/crates/cast-sender)
[](https://docs.rs/cast-sender)
[](./LICENSE)
[](https://github.com/haecker-felix/cast-sender/actions)
Fully asynchronous implementation of the Google Cast CASTV2 protocol, allowing communication with receivers such as Chromecast or Google TV devices.
**Example Usage**
- [Simple web radio example](./examples/web_radio.rs)
**References / Sources**
- [Google Cast Reference](https://developers.google.com/cast/docs/reference/web_receiver/cast.framework.messages)
- [JavaScript castv2 Implementation](https://github.com/thibauts/node-castv2)
- [The Chromecast Protocol - A Brief Look](https://hackernoon.com/the-chromecast-protocol-a-brief-look)
|