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/raff/goble

Documentation

http://godoc.org/github.com/raff/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