vadian / roku-remote

Cross platform client library for interacting with roku devices

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

roku-remote

Cross platform client library for interacting with roku devices

See the rokuremote project for how the library can be used. Please install dotnet core for whatever platform you try this on.

In the rokuclient project:

dotnet restore
dotnet build

In the rokuremote project:

dotnet restore
dotnet run

You must have a roku device on the same network as the computer running the code

You can add the library to your project from nuget

Install-Package RokuDeviceLib.RokuClient

About

Cross platform client library for interacting with roku devices

License:MIT License


Languages

Language:C# 100.0%