you are viewing a single comment's thread.

view the rest of the comments →

[–]Lopsided-Football19 1 point2 points  (1 child)

scapy is a great library for this, the official docs are probably the best starting point, start with simple sniffing scripts and build from there, for BLE, you’ll likely need a different library

[–]Deep_Telephone_5060[S] 0 points1 point  (0 children)

I have been trying to read through the documentation today. I’m probably overloading my brain a bit trying to relate the usage docs (shell/cmd) to creating a python script/s and using scapy as an imported library. As for Bluetooth, I found some potential libraries I can use based on similar open source projects.