@hackage ble0.3.2.1
Bluetooth Low Energy (BLE) peripherals
Installation
Tested Compilers
Dependencies (14)
- base >=4.8 && <4.10
- bytestring >=0.10 && <0.11
- cereal >=0.4 && <0.6
- containers >=0.5 && <0.6
- d-bus >=0.1.5 && <0.2
- data-default-class >=0.0 && <0.2 Show all…
Dependents (0)
Package Flags
bluez543
(off by default)
Bluez version 5.43 or greater
hasbluez
(on by default)
Whether to run tests that require Bluez
ble - Bluetooth Low Energy for Haskell
ble is a Haskell library for writing Bluetooth Low Energy peripherals. It currently only supports Linux, and requires Bluez versions 5.41 and up. To see what version you are running, type:
bluetoothd --version
For usage, see the haddocks. There are also examples in 'examples' directory.