Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dmtrKovalenko/blendr
The hacker's BLE (bluetooth low energy) browser terminal app
https://github.com/dmtrKovalenko/blendr
bluetooth browser diy-electronics tui tui-rs
Last synced: about 1 month ago
JSON representation
The hacker's BLE (bluetooth low energy) browser terminal app
- Host: GitHub
- URL: https://github.com/dmtrKovalenko/blendr
- Owner: dmtrKovalenko
- License: bsd-3-clause
- Created: 2023-06-26T12:25:22.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-01T19:08:20.000Z (4 months ago)
- Last Synced: 2024-10-30T06:58:26.153Z (about 2 months ago)
- Topics: bluetooth, browser, diy-electronics, tui, tui-rs
- Language: Rust
- Homepage:
- Size: 2.2 MB
- Stars: 327
- Watchers: 7
- Forks: 7
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
- awesome-ratatui - blendr - The hacker's BLE (bluetooth low energy) browser terminal app. (💻 Apps / 🚀 Productivity and Utilities)
README
Blendr is a terminal UI app for browsing BLE (Bluetooth Low Energy) devices. It allows you to inspect, search, connect, and analyze data coming from BLE devices directly from your terminal.
It was designed for day-to-day use by BLE engineers so the core features are **useful search**, direct connection to any characteristic and device with **one command**, and displaying **your custom services names** in the UI. [Learn more](#usage)
And it's just perfect to hack your neighbor's toothbrush 😉
## Installation
Cargo cli
```
cargo install blendr --locked
```For Unix OS you can run the following, it will install the binary for your system and provide man reference.
```
curl --proto '=https' --tlsv1.2 -sLSf "https://github.com/dmtrKovalenko/blendr/blob/main/install.sh?raw=true" | sh
```For windows, it is required to download and run binary executable directly. Open [latest release](https://github.com/dmtrKovalenko/blendr/releases/latest) page and download binary executable for your OS
### MacOS Permissions
To use Bluetooth on MacOS Big Sur (11) or later, you need to enable the Bluetooth permission for your terminal. You can do the latter by going to System Preferences → Security & Privacy → Privacy → Bluetooth, clicking the '+' button, and selecting 'Terminal' (or iTerm or whichever terminal emulator app you use).
## Usage
Get the help information with either `man blendr` or `blendr --help` it will print all the available options and characteristics. To get started and learn about the biggest features watch this 2 minutes demo:
## License
This project is licensed under the terms of BSD-3-Clause license