Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/weejewel/noble-cli
Command Line utility to scan for Bluetooth Low Energy (BLE) devices
https://github.com/weejewel/noble-cli
Last synced: about 1 month ago
JSON representation
Command Line utility to scan for Bluetooth Low Energy (BLE) devices
- Host: GitHub
- URL: https://github.com/weejewel/noble-cli
- Owner: WeeJeWel
- Created: 2018-05-05T19:05:48.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-07-16T23:13:37.000Z (over 6 years ago)
- Last Synced: 2024-05-02T00:54:15.656Z (9 months ago)
- Language: JavaScript
- Size: 10.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Noble CLI
Command Line utility to scan for Bluetooth Low Energy (BLE) devices
## Installation
```
npm install -g noble-cli
```## Usage
```
$ noble-cli
⠙ Scanning for BLE Peripherals...
┌────────────────────┬──────────────────────────────┬────────────┬──────────────┐
│ MAC │ Name │ # Services │ Address type │
├────────────────────┼──────────────────────────────┼────────────┼──────────────┤
│ c4:7c:8d:62:87:30 │ Flower care │ 1 │ unknown │
├────────────────────┼──────────────────────────────┼────────────┼──────────────┤
│ c1:dd:92:72:e8:c1 │ Prodigio_C1DD9272E8C1 │ 1 │ unknown │
├────────────────────┼──────────────────────────────┼────────────┼──────────────┤
│ unknown │ Flower care │ 1 │ unknown │
├────────────────────┼──────────────────────────────┼────────────┼──────────────┤
│ c4:7c:8d:6d:27:6d │ ropot │ 1 │ unknown │
└────────────────────┴──────────────────────────────┴────────────┴──────────────┘
```