-
Notifications
You must be signed in to change notification settings - Fork 57
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
23 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
#Bluetility | ||
|
||
Bluetility is a general-purpose Bluetooth Low-Energy utility for Mac OS X. It scans for advertising peripherals, provides a interface to browse a connected peripheral's services and characteristics, and allows characteristic values to be read, written, and subscribed. | ||
<img src="bluetility_screenshot.png" alt="Bluetility Screenshot" width="1085"/> | ||
|
||
##Features | ||
|
||
* Scan for nearby advertising peripherals | ||
* Sort peripherals by received signal strength | ||
* View advertising data via tooltip on Devices list | ||
* Browse services and characteristics of connected peripheral | ||
* Subscribe to characteristic notifications | ||
* Read/Write characteristic values | ||
* View log of characteristic read/writes, logs may be saved as CSV | ||
|
||
##Motivation | ||
Bluetility is inspired by [LightBlue](https://itunes.apple.com/us/app/lightblue/id639944780?mt=12), a free bluetooth utility published by [Punch Through Design](https://punchthrough.com/). Bluetility was created to resolved issues in this tool, and add missing features: | ||
|
||
* Support copy/paste via Cmd+C and Cmd+V | ||
* Sort peripherals by received signal strength | ||
* View advertising data | ||
|
||
Bluetility is published as open-source so that anyone can tweak or improve its functionality to meet their own needs. |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.