hybridgroup.gobot/platforms/ble/README.md

35 lines
601 B
Markdown
Raw Normal View History

2015-06-08 03:38:19 +08:00
# Bluetooth LE
The gobot-ble adaptor makes it easy to interact with Bluetooth LE using Go.
It is written using the [gatt](https://github.com/currantlabs/gatt) package fork by Currant Labs of the package from [Paypal](https://github.com/paypal). Thank you!
2015-06-08 03:38:19 +08:00
Learn more about Bluetooth LE [here](http://en.wikipedia.org/wiki/Bluetooth_low_energy).
## How to Install
```
go get gobot.io/x/gobot && go install gobot.io/x/gobot/platforms/ble
2015-06-08 03:38:19 +08:00
```
## How To Connect
### OSX
Info here...
### Ubuntu
Info here...
### Windows
Info here...
## How to Use
Example of a simple program...
```go
...
```