README ¶ iBeacon Scanner 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. Expand ▾ Collapse ▴ Documentation ¶ Index ¶ func Scan(discover func(string, string, string, int), sleep int) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Scan ¶ func Scan(discover func(string, string, string, int), sleep int) Types ¶ This section is empty. Source Files ¶ View all Source files ibeacon.go scanner.go Directories ¶ Show internal Expand all Path Synopsis examples Click to show internal directories. Click to hide internal directories.