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
- Host: GitHub
- URL: https://github.com/luser/steamstreaming
- Owner: luser
- License: mit
- Created: 2017-05-30T12:53:30.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-09T20:14:23.000Z (about 9 years ago)
- Last Synced: 2025-03-08T00:03:31.831Z (over 1 year ago)
- Language: Rust
- Size: 105 KB
- Stars: 8
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.