/gatt

Gatt is a Go package for building Bluetooth Low Energy peripherals

Primary LanguageGoBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

Package gatt provides a Bluetooth Low Energy gatt implementation in Go.

Gatt (Generic Attribute Profile) is the protocol used to write BLE peripherals (servers) and centrals (clients).

Gatt is not ready for production use. The API is subject to change.

gatt is similar to bleno and noble, which offer BLE GATT implementations for node.js.

Please see godoc.org for documentation.

Gatt is released under a BSD-style license.