Skip to content

Krajiyah/ble-sdk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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