| CARVIEW |
Select Language
HTTP/1.1 200 OK
Connection: keep-alive
Server: nginx/1.24.0 (Ubuntu)
Content-Type: text/html; charset=utf-8
Cache-Control: public, max-age=300
Content-Encoding: gzip
Via: 1.1 varnish, 1.1 varnish
Accept-Ranges: bytes
Age: 0
Date: Sat, 17 Jan 2026 19:22:24 GMT
X-Served-By: cache-dfw-kdal2120032-DFW, cache-bom-vanm7210077-BOM
X-Cache: MISS, MISS
X-Cache-Hits: 0, 0
X-Timer: S1768677744.238090,VS0,VE289
Vary: Accept, Accept-Encoding
transfer-encoding: chunked
bglib: Implementation of the BGAPI serial protocol
[Skip to Readme]
bglib: Implementation of the BGAPI serial protocol
This library implements Silicon Labs' (formerly BlueGiga) serial protocol to communicate with certain Bluetooth and Wifi products such as the BLED112 USB dongle or the BLE112 and BLE113 Bluetooth Low Energy modules.
[Skip to Readme]
Downloads
- bglib-3.0.0.0.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
| Versions [RSS] | 0.1.0.0, 1.0.0.0, 1.0.0.1, 2.0.0.0, 3.0.0.0 |
|---|---|
| Dependencies | async, base (>=4.7 && <5), bglib, binary, bytestring, monad-loops, mtl, optparse-applicative, serialport, stm [details] |
| License | MIT |
| Copyright | 2019 Tamas Fabian |
| Author | Tamas Fabian |
| Maintainer | giganetom@gmail.com |
| Uploaded | by tamasFabian at 2020-12-23T17:57:56Z |
| Category | library |
| Home page | https://github.com/netom/bgapi#readme |
| Bug tracker | https://github.com/netom/bgapi/issues |
| Source repo | head: git clone https://github.com/netom/bgapi |
| Distributions | |
| Executables | bglibtest |
| Downloads | 1968 total (14 in the last 30 days) |
| Rating | (no votes yet) [estimated by Bayesian average] |
| Your Rating |
|
| Status | Docs available [build log] Last success reported on 2020-12-23 [all 1 reports] |
Readme for bglib-3.0.0.0
[back to package description]haskell-bglib
An implementation of the BGAPI serial protocol.
This protocol is spoken by Silicon Labs (formely BlueGiga) Bluetooth and Wifi products via UART or USB.
The Bluetooth Smart Software API Reference Manual can be found at:
The library works over a SerialPort, so the hardware need to be connected over a standard port that is recognized by the operating system.