Hello
I want to make a python script that allows sniffing of 802.15.4 packets (nRF52840), The module exposes an API that allows starting and stopping the capture.
I installed the script by typing the following command
python -m easy_install then I integrated this module in a custom Python script and I used it with the nRF Sniffer hardware (nRF52840 DK and nRF52840 Dongle).
I also specified the parameters of the API function that starts the capture process, then I run the script and generate the pcap file well.
The problem is that the pcap file is empty, but when I launch the Wireshark capture software, it captures the network data.
I use the following library:
"from nrf802154_sniffer import Nrf802154Sniffer"
Could you help me please!
Best regards
Ayoub
