https://github.com/shimomo/ibeacon-scanner
iBeacon Scanner
https://github.com/shimomo/ibeacon-scanner
go ibeacon raspberry-pi scanner
Last synced: about 1 month ago
JSON representation
iBeacon Scanner
- Host: GitHub
- URL: https://github.com/shimomo/ibeacon-scanner
- Owner: shimomo
- License: mit
- Created: 2016-04-26T16:51:30.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2020-02-01T14:22:24.000Z (over 6 years ago)
- Last Synced: 2025-01-29T13:29:02.885Z (over 1 year ago)
- Topics: go, ibeacon, raspberry-pi, scanner
- Language: Go
- Homepage:
- Size: 2.93 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# iBeacon Scanner
[](LICENSE)
## Overview
ibeacon-scanner is a program written in Go.
Scan iBeacon on Raspberry Pi.
## Installation
```
$ go get github.com/shimomo/ibeacon-scanner
```
## Usage
```
$ cd $GOPATH/src/github.com/shimomo/ibeacon-scanner/examples
$ GOARCH=arm GOARM=6 GOOS=linux go build discover.go
$ sudo ./discover
```
## License
ibeacon-scanner is open-sourced software licensed under the [MIT license](LICENSE).