ble: Bluetooth Low Energy (BLE) peripherals

[ bsd3, library, program, unclassified ] [ Propose Tags ]

This package provides a Haskell API for writing Bluetooth Low Energy peripherals.


[Skip to Readme]

Modules

[Index]

Flags

Manual Flags

NameDescriptionDefault
bluez543

Bluez version 5.43 or greater

Disabled
hasbluez

Whether to run tests that require Bluez

Enabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

Downloads

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0, 0.1.1.0, 0.1.2.0, 0.1.3.0, 0.2.0.0, 0.3.0.0, 0.3.1.0, 0.3.2.0, 0.3.2.1, 0.3.3.0, 0.3.4.0, 0.4.0.0, 0.4.1, 0.4.2
Dependencies base (>=4.8 && <4.10), ble, bytestring (>=0.10 && <0.11), cereal (>=0.4 && <0.6), containers (>=0.5 && <0.6), d-bus (>=0.1 && <0.2), data-default-class (>=0.0 && <0.2), microlens (>=0.4 && <0.5), microlens-ghc (>=0.4 && <0.5), microlens-th (>=0.4 && <0.5), mtl (>=2.2 && <2.3), random (>=1 && <2), stm, text (>=1 && <2), transformers (>=0.4 && <0.6), uuid (>=1 && <2) [details]
License BSD-3-Clause
Copyright 2016 Julian K. Arni
Author Julian K. Arni
Maintainer jkarni@turingjump.com
Revised Revision 1 made by HerbertValerioRiedel at 2017-03-21T11:43:06Z
Home page http://github.com/plow-technologies/ble#readme
Bug tracker https://github.com/plow-techonolgies/ble/issues
Source repo head: git clone https://github.com/plow-techonolgies/ble
Uploaded by jkarni at 2017-01-25T01:57:26Z
Distributions
Executables hrs, counter, auth
Downloads 10512 total (40 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user [build log]
Last success reported on 2017-01-25 [all 1 reports]

Readme for ble-0.1.2.0

[back to package description]

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.