An open API service indexing awesome lists of open source software.

https://github.com/luser/steamstreaming

A Rust crate implementing the Steam in-home streaming protocol
https://github.com/luser/steamstreaming

Last synced: about 1 year ago
JSON representation

A Rust crate implementing the Steam in-home streaming protocol

Awesome Lists containing this project

README

          

# steamstreaming

A nascent Rust crate that implements the Steam in-home streaming protocol.

Much of this implementation was derived from the information in these blog posts[[1]](https://codingrange.com/blog/steam-in-home-streaming-discovery-protocol)[[2]](https://codingrange.com/blog/steam-in-home-streaming-control-protocol) as well as [this C# library](https://github.com/DevinWatson/SteamStreamingLibrary/).

# License

`steamstreaming` is distributed under the terms of the MIT license.

See [LICENSE](LICENSE) for details.