https://github.com/kevinmichaelchen/roku_cli
:rotating_light: WORK IN PROGRESS :rotating_light: — A CLI for controlling your Roku TV.
https://github.com/kevinmichaelchen/roku_cli
roku rust
Last synced: 3 months ago
JSON representation
:rotating_light: WORK IN PROGRESS :rotating_light: — A CLI for controlling your Roku TV.
- Host: GitHub
- URL: https://github.com/kevinmichaelchen/roku_cli
- Owner: kevinmichaelchen
- Created: 2022-12-17T21:51:02.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-18T00:56:23.000Z (over 2 years ago)
- Last Synced: 2025-02-23T22:43:39.863Z (3 months ago)
- Topics: roku, rust
- Language: Rust
- Homepage:
- Size: 6.84 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# roku_cli
A CLI for controlling your Roku TV.
## Usage
```shell
# Creates a binary at $HOME/.cargo/bin/roku_cli
cargo install --path .roku_cli
```[External Control Protocol](https://developer.roku.com/docs/developer-program/debugging/external-control-api.md)
(ECP) enables a Roku device to be controlled over a local area network by
providing a number of external control services. The Roku devices offering these
external control services are discoverable using SSDP (Simple Service Discovery
Protocol). ECP is a simple RESTful API that can be accessed by programs in
virtually any programming environment.