highmobility / bluex

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:MIT License


Languages

Language:Elixir 81.8%Language:Python 18.2%