https://github.com/funjack/golaunch
https://github.com/funjack/golaunch
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/funjack/golaunch
- Owner: funjack
- License: bsd-3-clause
- Created: 2017-04-02T19:39:10.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2018-01-05T19:52:06.000Z (over 8 years ago)
- Last Synced: 2025-06-05T14:18:07.784Z (10 months ago)
- Language: Go
- Size: 13.7 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Golaunch
[](https://godoc.org/github.com/funjack/golaunch)
[](https://goreportcard.com/report/github.com/funjack/golaunch)
Golaunch is a BLE central for controlling a Launch. It's build using
currantlabs(/paypal's) gatt implementation.
## Setup
See the [gatt docs](https://godoc.org/github.com/go-ble/gatt#hdr-SETUP)
for the Bluetooth requirements/setup.
## Examples
### Build and run example (Linux)
```sh
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](./LICENSE).