/bluex

Bluex is a Bluetooth Low Energy abstraction layer on top of the DBus/Bluez.

Primary LanguageElixirMIT LicenseMIT

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
```