rtv

0.1.5 • Public • Published

Remote TV control for developers

A kit of tools for Smart TV developers.

Installation

  1. To support Tizen please install [Tizen Studio] and make the following commands available in terminal:

    • tizen
    • sdb
  2. To support webOS please install [webOS SDK] and make the following commands available in terminal:

    • ares-*

HTTP server

Acts as a proxy from developer machine to TV. Includes web client to send commands from browser.

CLI

Send commands to TV from terminal.

  Usage: cli <command> [options]
 
  Remote TV management CLI
 
  Options:
 
    -c, --config <path>                 path to config file (default: .rtvrc)
    -v, --version                       output the version number
    -h, --help                          output usage information
 
  Commands:
 
    list                                List all connected TVs
    info <ip>                           Get info about connected TV
    app-install <ip> <wgt|zip|path>     Install app on the TV
    app-state <ip> <appId>              Get state of app on the TV
    app-launch <ip> <appId> [<params>]  Launch app on the TV
    app-debug <ip> <appId>              Debug app on the TV
    app-close <ip> <appId>              Close app on the TV
    app-list <ip>                       Get all installed apps on the TV
    env                                 Server environment info
    log                                 Server logs

Supported platforms

  • Samsung Tizen
  • LG webOS

Readme

Keywords

none

Package Sidebar

Install

npm i rtv

Weekly Downloads

0

Version

0.1.5

License

MIT

Unpacked Size

7.75 MB

Total Files

752

Last publish

Collaborators

  • vitalets