hybridgroup.gobot/platforms/ble
deadprogram 953c3254e7 core: use canonical import domain of gobot.io for all code
Signed-off-by: deadprogram <ron@hybridgroup.com>
2016-12-08 13:24:03 +01:00
..
LICENSE misc: update all LICENSE files for current year 2016-08-27 13:12:47 +02:00
README.md core: use canonical import domain of gobot.io for all code 2016-12-08 13:24:03 +01:00
battery.go core: use canonical import domain of gobot.io for all code 2016-12-08 13:24:03 +01:00
ble_client_adaptor.go core: use canonical import domain of gobot.io for all code 2016-12-08 13:24:03 +01:00
ble_client_adaptor_darwin.go [ble] BLE client adaptor 2016-07-08 20:28:41 +02:00
ble_client_adaptor_linux.go [ble] BLE client adaptor 2016-07-08 20:28:41 +02:00
ble_client_adaptor_test.go core: use canonical import domain of gobot.io for all code 2016-12-08 13:24:03 +01:00
device_information.go core: use canonical import domain of gobot.io for all code 2016-12-08 13:24:03 +01:00
doc.go core: use canonical import domain of gobot.io for all code 2016-12-08 13:24:03 +01:00

README.md

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 gobot.io/x/gobot && go install gobot.io/x/gobot/platforms/ble

How To Connect

OSX

Info here...

Ubuntu

Info here...

Windows

Info here...

How to Use

Example of a simple program...

...