Skip to content

kkdai/EddystoneScanner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Eddystone Beacon Scanner in Golang

GitHub license GoDoc Build Status

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: https://google.com
-------------------------------------

Eddystone Beacon simulator

Using following eddystone beacon simulator if you don't have real one in hand.

Inspired

Project52

It is one of my project 52.

License

This package is licensed under MIT license. See LICENSE for details.

About

Eddystone Beacon Scanner in Golang

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages