Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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).