Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 1.2 KB

README.md

File metadata and controls

30 lines (22 loc) · 1.2 KB

ble-sdk

made-with-go Build Status Code Coverage GitHub license GitHub release

Easy to use Go SDK for BLE service and client. Here is the link to documentation

Dependencies for Runtime Environment

Debian

sudo apt-get -y update
sudo apt-get -y install bluez
sudo apt-get -y install libglib2.0-dev
sudo apt-get -y install libbluetooth-dev

# May need to run these for client before run (on boot)
sudo hciconfig hci0 up
sudo hciconfig sspmode 1
sudo hciconfig piscan

Examples