Webrelais

This is a simple web interface for controlling a HL-58S relais card via a Raspberry Pi.

Usage

  1. Connect the pins of the relais card to the Rapis's GPIO ports 0..7
  2. git clone this project or install the gem (see below)
  3. Start the web server with

    $ foreman start
    

Installation

  1. Install WiringPi for the gpio command.
  2. Install this gem:

    $ gem install webrelais