
scapy usage
Has the basic BT commands/packets encode/decode capability
from scapy.layers.bluetooth import *
scapy-python3
use pyusb to send BT hci commands
Try to do
- Inquiry BR devices
- Connect to a BR device
- Get SDP data from a BR device
- Connect a service of BR profiles
- Inquiry LE devices
- Connect to a LE device
- Get a GATT service (any one)
- Get a GATT data
20170919 progress: Add LE inquiry and set up event-filter
pybluetooth + scapy2
a LE inqury and connect sample
scapy-python2
Basic scapy sample
scapy-ironpython2
use c# to use winusb driver




近期评论