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.
- Host: GitHub
- URL: https://github.com/evilsocket/rubertooth
- Owner: evilsocket
- License: other
- Created: 2015-02-12T19:16:23.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-11-16T18:44:16.000Z (about 10 years ago)
- Last Synced: 2025-06-01T11:59:24.758Z (9 months ago)
- Language: Ruby
- Size: 44.9 KB
- Stars: 22
- Watchers: 4
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.
[](https://bitdeli.com/free "Bitdeli Badge")