Tools written in Go for interfacing with Xiaomi Flora sensors for IoT use cases.
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
module miflorad
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/currantlabs/gatt v0.0.0-20161006170101-f949eac78f4e
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/eclipse/paho.mqtt.golang v1.3.2
|
|
github.com/go-ble/ble v0.0.0-20200120171844-0a73a9da88eb
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/stretchr/testify v1.7.0
|
|
)
|