/BlueRepl-rs

A Bluetooth Low Energy client running in the terminal

Primary LanguageRust

BlueRepl

BlueRepl is a command line application to interact with Bluetooth Low Energy (BLE) peripherals.

Build and install

$ git clone https://github.com/Yohannfra/BlueRepl-rs

$ cargo build

$ cargo install --path .

Basic usage

# print help about all commands
>> help

# print help about a specific command
>> help scan

# scan peripherals around
>> scan

# connect to a peripherals with it's name (found in scan)
>> connect -n PERIPH_NAME