BlueRepl is a command line application to interact with Bluetooth Low Energy (BLE) peripherals.
$ git clone https://github.com/Yohannfra/BlueRepl-rs
$ cargo build
$ cargo install --path .
# 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