Awesome
eddystone : Golang package for support Eddystone beacon
Eddystone is an open beacon format from Google.
This package covers Eddystone-UID, Eddystone-URL, Eddystone-TLM from Eddystone Protocol Specification.
$ go get github.com/suapapa/go_eddystone
Example
Checkout example/beacon.go
for using this package with gatt to make a Eddystone beacon in Golang.
Authors
- Homin Lee <homin.lee@suapapa.net>
- Luca Capra <luca.capra@gmail.com>
Copyright & License
Copyright (c) 2015-2020, go_eddystone authors. All rights reserved. Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.