# README
Bluetooth LE
The gobot-ble adaptor makes it easy to interact with Bluetooth LE using Go.
It is written using the gatt package fork by Currant Labs of the package from Paypal. Thank you!
Learn more about Bluetooth LE here.
How to Install
go get github.com/hybridgroup/gobot && go install github.com/hybridgroup/gobot/platforms/ble
How To Connect
OSX
Info here...
Ubuntu
Info here...
Windows
Info here...
How to Use
Example of a simple program...
...
# Functions
NewBLEBatteryDriver creates a BLEBatteryDriver by name.
NewBLEClientAdaptor returns a new BLEClientAdaptor given a name and uuid.
NewBLEDeviceInformationDriver creates a BLEDeviceInformationDriver by name.
NewBLEMinidroneDriver creates a BLEMinidroneDriver by name.
NewBLEAdaptor returns a new BLEService given a uuid.
NewSpheroOllieDriver creates a SpheroOllieDriver by name.
# Constants
Battery event.
service IDs.
flying event.
landed event.
characteristic IDs.
gobot events.
service IDs.
flight status event.
characteristic IDs.
# Variables
TODO: handle other OS defaults besides Linux.
# Structs
Represents a Client Connection to a BLE Peripheral.
Represents a BLE Peripheral's Service.