Hi,
I have installed scapy 2.3.3 and was able to run gattclient.py. However, when I typed connect BD_ADDR random in the interactive console, I got the error:
Cannot convert argumetn to integer
The error occurred in scapy/fileds.py when calling s+struct.pack(self.fmt, self.i2m(pkt, val)) function.
Any idea on this?
Thanks : )