Skip to content

Commit

Permalink
Add README.
Browse files Browse the repository at this point in the history
  • Loading branch information
jnross committed Jan 2, 2016
1 parent 0eb5fef commit a68fae9
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions README.md
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.
Binary file added bluetility_screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit a68fae9

Please sign in to comment.