Awesome
Eddystone Beacon Scanner in Golang
Features
- Scan Eddystone™ beacon in multiple environment (see detail requirement in paypal/gatt support in future)
- Print out detail beacon data from eddystone
Install
go get github.com/kkdai/EddystoneScanner
Run it
$./EddystoneScanner
State: PoweredOn
Scanning for eddystone beacon...
=====================================
Eddystone Beacon Found!.....
It is UID beancon, parse data..
Beacon Name: abeacon_4CA2
TxPower: -59
UID: FDA50693-A4E24FB1-AFCFC6EB-07647825
-------------------------------------
Eddystone Beacon Found!.....
It is URL beacon, parse data..
Beacon Name: abeacon_4CA2
TxPower: -59
URL: http://google.com
-------------------------------------
Eddystone Beacon simulator
Using following eddystone beacon simulator if you don't have real one in hand.
Inspired
- https://github.com/google/eddystone
- https://github.com/paypal/gatt
- https://github.com/suapapa/go_eddystone
Project52
It is one of my project 52.
License
This package is licensed under MIT license. See LICENSE for details.