repositorypackage
0.0.0-20200201114012-3ffe3b56667e
Repository: https://github.com/dim13/goble.git
Documentation: pkg.go.dev
# README
goble
Go implementation of Bluetooth LE support for OSX (derived from noble/bleno)
This is a port of nodejs noble/bleno for OSX only.
Once I have something working it can maybe integrated with github.com/paypal/gatt, that right now is Linux only.
Installation
$ go get github.com/dim13/goble
Documentation
http://godoc.org/github.com/dim13/goble
Examples
- examples/main.go : an example of how to use most of the APIs
- examples/discoverer.go : a port of nodejs noble "advertisement-discovery.js" example
- examples/explorer.go : a port of nodejs noble "peripheral-explorer.js" example