https://github.com/ieee8023/blucat
Blucat (netcat for Bluetooth)
https://github.com/ieee8023/blucat
Last synced: 5 months ago
JSON representation
Blucat (netcat for Bluetooth)
- Host: GitHub
- URL: https://github.com/ieee8023/blucat
- Owner: ieee8023
- License: gpl-2.0
- Created: 2014-08-03T14:23:23.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2019-10-28T09:45:30.000Z (over 5 years ago)
- Last Synced: 2024-05-01T21:26:15.499Z (12 months ago)
- Language: Java
- Size: 7.11 MB
- Stars: 71
- Watchers: 10
- Forks: 13
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

## blucat
The netcat for bluetooth!
by Joseph Paul Cohen 2012 http://blucat.sourceforge.net/blucat/License
Blucat is released under a GPL license for non-comercial use. To use Blucat in your product please contact joseph /at/ josephpcohen.com| Operating System | Compatibility |
|---|---|
| Ubuntu Linux 12.04 32-bit | Works |
| Ubuntu Linux 12.04 64-bit | Works |
| Apple Mac 10.6 Snow Leopard | Works |
| Apple Mac 10.8 Lion | Works |
| Apple Mac 10.9 Mountain Lion | Issues with service scan |
| Apple Mac 10.10 Yosemite | Service scan works (no RSSI yet) |
| Apple Mac 10.11.6 El Captian | Service scan works (no RSSI yet) |## Ubuntu
For Ubuntu install the packages:
```bash
sudo apt-get install bluez-tools libbluetooth-dev
```