Test channel for Roku Brightscript.

This commit is contained in:
2023-01-16 10:39:29 +00:00
commit 13ff868cde
14 changed files with 854 additions and 0 deletions

13
README.md Normal file
View File

@@ -0,0 +1,13 @@
# vahagn-test-channel
A basic sample channel application for Roku
```
% export ROKU_DEV_TARGET=<ip>
% export DEVPASSWORD=<password>
```
```
make
make install
make remove
```