Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 722 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 722 Bytes

Golaunch

GoDoc Go Report Card

Golaunch is a BLE central for controlling a Launch. It's build using currantlabs(/paypal's) gatt implementation.

Setup

See the gatt docs for the Bluetooth requirements/setup.

Examples

Build and run example (Linux)

go build examples/stroke/stroke.go
sudo setcap 'cap_net_raw,cap_net_admin=eip' ./stroke
./stroke

Golaunch is released under a BSD-style license.