arb

An Elixir NIF for controlling the ABACOM CH341A relay board.

Latest version: 0.13.1 registry icon
Maintenance score
53
Safety score
100
Popularity score
70
Check your open source dependency risks. Get immediate insight about security, stability and licensing risks.
Security
  Vulnerabilities
Version Suggest Low Medium High Critical
0.13.1 0 0 0 0 0
0.13.0 0 0 0 0 0
0.12.0 0 0 0 0 0
0.11.0 0 0 0 0 0
0.10.0 0 0 0 0 0
0.9.0 0 0 0 0 0
0.8.1 0 0 0 0 0
0.8.0 0 0 0 0 0
0.7.0 0 0 0 0 0
0.6.0 0 0 0 0 0
0.5.0 0 0 0 0 0
0.4.1 0 0 0 0 0
0.4.0 0 0 0 0 0
0.3.0 0 0 0 0 0
0.2.3 0 0 0 0 0
0.2.2 0 0 0 0 0
0.2.1 0 0 0 0 0
0.2.0 0 0 0 0 0

Stability
Latest release:

0.13.1 - This version is safe to use because it has no known security vulnerabilities at this time. Find out if your coding project uses this component and get notified of any reported security vulnerabilities with Meterian-X Open Source Security Platform

Licensing

Maintain your licence declarations and avoid unwanted licences to protect your IP the way you intended.

MIT   -   MIT License

Not a wildcard

Not proprietary

OSI Compliant



arb-ex

Docs Hex.pm

An Elixir NIF for controlling the ABACOM CH341A relay board (documentation).

Getting started

Requirements

In order to compile a recent version of rust must be installed. Also, the native libusb library is required (e.g libusb-1.0-0-dev on Debian-based distributions).

Installation

Add :arb to your list of dependencies:

def deps do
  [
    {:arb, "~> 0.13"}
  ]
end

Usage

iex> Arb.activate([1, 4, 7])
:ok

iex> Arb.get_active()
{:ok, [1, 4, 7]}

Development

docker build -t arb-ex .
docker run --privileged -it arb-ex

See also