BLE Sniffer
This example shows BLE sniffing with Nordic's BLE sniffer firmware. Instructions for setting up a sniffer can be found here. This example assumes that you have the proper firmware flashed to the sniffing device, this device is connected to the gateway via USB, and you know the port name of the sniffer.
This project consists of two files:
conftest.py
- Implements a fixture that creates a new PCAP for each test, containing the sniffed BLE packets.
test_sniffer.py
- Contains a simple do-nothing test; in the real world this would trigger some BLE
functionality that is sniffed.