Registry / networking / brutella-hap

brutella-hap

JSON →
library0.0.35gogounverified

A Go implementation of the HomeKit Accessory Protocol for building smart home accessories.

go get github.com/brutella/hap
INSTALL
IMPORT
SIG · BRUTELLA-HAP
B
brutella-hap
networkinggov0.0.35
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.

hap
github.com/brutella/hap

Create and start a HomeKit switch accessory

package main import ( "github.com/brutella/hap" "github.com/brutella/hap/accessory" ) func main() { a := accessory.NewSwitch(accessory.Info{Name: "My Switch"}) ts := hap.NewTransport() ts.AddAccessory(a.Accessory) ts.Start() }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.35latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
32 hits · last 30 days
node
30
Amazon
1
OpenAI (training)
1
Resources
brutella-hap — go get brutella-hap · libregistry