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

https://github.com/suolapeikko/beacontool

iBeacon Scanner and Broadcaster for macOS
https://github.com/suolapeikko/beacontool

bluetooth bluetooth-beacons bluetooth-le bluetooth-low-energy broadcaster cli command-line-tool ibeacon macos macos-app scanner swift

Last synced: 1 day ago
JSON representation

iBeacon Scanner and Broadcaster for macOS

Awesome Lists containing this project

README

          

# beacontool

A command line utility for macOS that can either broadcast iBeacon signal or scan for iBeacons.

## Usage

Usage:
beacontool -b Broadcast iBeacon signal with generated uuid, major, minor and power values
beacontool -b Broadcast iBeacon signal with custom uuid, major, mimor and power values
beacontool -s Scan for any iBeacon signals in second intervals
beacontool -g

## Examples

Scan in 2 second intervals: ` $ ./beacontool -s 2`

Generate UUID value: `$ ./beacontool -g`

Broadcast with generated values: `./beacontool -b`

Broadcast with custom values: `./beacontool -b 9995FD81-3988-43CD-896A-E545F9273802 65535 1 -58`