whad-team / whad-client

Wireless Hacking Devices Protocol client
MIT License
126 stars 8 forks source link

Add whad-ble, a CLI utility providing advanced scanning, gattool-like GATT client and device emulation #12

Closed virtualabs closed 1 year ago

virtualabs commented 1 year ago

whad-ble is WHAD's BLE default command-line utility driving WHAD-compatible devices that support BLE. It should provide the following features:

This tool should work in a terminal, possibly with ncurses.

virtualabs commented 1 year ago

whad-ble has been split into ble-central and ble-periph, the first provides a scanner and a GATT client while the second provides a configurable GATT server and a device profile import/export feature (JSON).

virtualabs commented 1 year ago

for now, considering the BLE basic tools ok for most of the tasks.