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

https://github.com/evilsocket/rubertooth

A complete Ruby porting of the ubertooth libraries and utilities.
https://github.com/evilsocket/rubertooth

Last synced: 5 months ago
JSON representation

A complete Ruby porting of the ubertooth libraries and utilities.

Awesome Lists containing this project

README

          

RuberTooth
========================

A complete Ruby porting of the [ubertooth](http://ubertooth.sourceforge.net/)
libraries and utilities.

Motivations
---

Ubertooth Python libraries are incomplete in the best case, only a few features
are implemented from their native counterparts.
Moreover compiling and installing native libraries can be a painful process,
especially under latest versions of OS X.

This Ruby porting directly communicates with the UberTooth device using USB, it
only depends on the **libusb** and **bindata** gems that can be easily installed
executing:

cd rubertooth && bundle install

This is also an easier way to implement your own scripts using UberTooth.

Oh and yes, I **hate** Python.

License
---

Released under the BSD license.
Copyright © 2015, Simone Margaritelli


All rights reserved.

[![Bitdeli Badge](https://d2weczhvl823v0.cloudfront.net/evilsocket/rubertooth/trend.png)](https://bitdeli.com/free "Bitdeli Badge")