Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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 │
└────────────────────┴──────────────────────────────┴────────────┴──────────────┘
```