Registry / networking / go-ble-ble

go-ble-ble

JSON →
library0.0.0-20240122180141-8c5522f54333gogounverified

Package ble provides a Bluetooth Low Energy (BLE) client and server implementation for Go.

go get github.com/go-ble/ble
INSTALL
IMPORT
SIG · GO-BLE-BLE
G
go-ble-ble
networkinggov0.0.0-20240122180141-8c5522f54333
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

ble
github.com/go-ble/ble

Initialize a BLE device on Linux.

package main import ( "fmt" "github.com/go-ble/ble" "github.com/go-ble/ble/linux" ) func main() { device, err := linux.NewDevice() if err != nil { panic(err) } ble.SetDefaultDevice(device) fmt.Println("BLE device initialized") }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20240122180141-8c5522f54333latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
OpenAI (training)
1
Resources
go-ble-ble — go get go-ble-ble · libregistry