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
- Host: GitHub
- URL: https://github.com/suolapeikko/beacontool
- Owner: suolapeikko
- Created: 2018-04-13T14:37:16.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2020-04-26T19:23:05.000Z (about 6 years ago)
- Last Synced: 2026-07-08T21:06:27.245Z (2 days ago)
- Topics: bluetooth, bluetooth-beacons, bluetooth-le, bluetooth-low-energy, broadcaster, cli, command-line-tool, ibeacon, macos, macos-app, scanner, swift
- Language: Swift
- Size: 120 KB
- Stars: 14
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`