Skip to content

CLI Usage

Luke Sweeney edited this page Oct 24, 2019 · 12 revisions

Installation

Find the latest release on the repository releases page. You can just download the brewdrivers executable, or clone the source code and compile it yourself. Keep in mind that each executable runs on a different platform ie. there's a raspberry pi version, a mac version, a windows version, etc...

If an executable doesn't exist for your platform, clone the source code and run cargo build --release in the root directory. You'll need cargo installed. This will create ./target/release/brewdrivers which you can execute or copy to a directory in your path.

Usage

Install it first, go back and read the installation section.

There are currently two CLIs. One for an Omega CN7500, and one for an STRxxx relay board.

Omega CLI

$ brewdrivers omega
>

Relay CLI

$ brewdrivers relay
>

Clone this wiki locally