stb

command module
v0.0.0-...-e2578a2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 14, 2020 License: MIT Imports: 1 Imported by: 0

README

Logo

Stb

Automated Control & Testing Library for Set-Top Boxes

Go Report Card Go Doc Release

⚠️ This package has been superceded by stb-automator.

Stb allows you to issue commands to your set-top box (or whatever device you're controlling that takes in IR). It can then analyze the behavior of the device by inspecting the video output (using image recognition and OCR).

Installation

Stb requires OpenCV and LIRC to be installed already on the given system in order to work properly. LIRC works best with Linux, but there are ports to macOS and Windows.

Install GoCV

See the Getting Started page on GoCV's website for installation instructions for macOS, Windows, and Linux.

Install LIRC

For Linux:

  • Your package manager likely already has it i.e. for Ubuntu, sudo apt install lirc.

For macOS:

For Windows:

Install stb

Now stb can be installed like any other go package with the following command.

$ go get -u github.com/eugenetriguba/stb

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
internal
fs
Package fs contains utilities to check if files or directories exist and copying files.
Package fs contains utilities to check if files or directories exist and copying files.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL