From fd8acc00af32df7b2ac29e9d75598225d4f80689 Mon Sep 17 00:00:00 2001 From: Matheus Eduardo Date: Mon, 6 Sep 2021 11:26:13 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 72fe4a1..8179b86 100644 --- a/README.md +++ b/README.md @@ -86,7 +86,7 @@ You can modify or add BT profiles to the current programs by following the offic ### General Architecture -The custom ESP32 BR/EDR Sniffer/Injector firmware communicates with the host system over a USB serial port and waits to receive custom commands or common HCI commands. At startup, an HCI bridge is created to separate custom command and Baseband packets from standard HCI commands, events or data sent or received from ESP32. Once "RX/TX Sniffer" feature is enabled on the ESP32 firmware, Baseband packets are directly forwarded to *`BTSnifferBREDR.py`* script which simply decodes sniffed packets and prints them via Scapy and/or dumps to Wireshark via live capture and to `logs` folder. +The custom ESP32 BR/EDR Sniffer/Injector firmware communicates with the host system over a USB serial port and waits to receive custom commands or HCI commands. At startup, an HCI bridge is created to separate BrakTooth custom protocol from standard HCI commands sent or received from ESP32. Once the "RX/TX Sniffer" feature is enabled on the ESP32 firmware, Baseband packets are directly forwarded to *`BTSnifferBREDR.py`* script which simply decodes sniffed packets over the custom protocol and prints them via Scapy and/or dumps to Wireshark via live capture and to `logs` folder. ![arch.pdf](docs/arch.pdf.svg)