Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 597 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 597 Bytes

Bluex

Bluex is an abstraction layer on top of the DBus/Bluez.

Build Status Hex.pm Docs

Installation

The package can be installed as:

  1. Add bluex to your list of dependencies in mix.exs:
```elixir
def deps do
  [{:bluex, github: "highmobility/bluex", tag: "0.1.1"}]
end
```