Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-02-01T14:22:24.000Z (almost 5 years ago)
- Last Synced: 2024-11-19T16:05:27.762Z (about 2 months 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
[![MIT License](http://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat)](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).