citysu / csiread

A fast channel state information parser for Intel, Atheros, Nexmon, ESP32 and PicoScenes
MIT License
107 stars 27 forks source link

can't find and what is Nexmonserver.py and nexmon_server module #5

Closed serrhini closed 3 years ago

serrhini commented 3 years ago

Thank you for your work, when I try the nexmoncsi pcap file the following issue arise, thank you for your illumination. here error what I got :

C:\CSIKit\csireadnew\csiread-master\examples>python csiserver.py C:\CSIKit\nexmon_csi-feature-python\nexmon_csi-feature-python\utils\python\pcapfiles\output-40.pcap 12 10000 Traceback (most recent call last): File "C:\CSIKit\csireadnew\csiread-master\examples\csiserver.py", line 191, in nexmon_server(p.csifile, p.number, p.delay) File "C:\CSIKit\csireadnew\csiread-master\examples\csiserver.py", line 138, in nexmon_server s = socket.socket(socket.PF_PACKET, socket.SOCK_RAW, socket.IPPROTO_IP) AttributeError: module 'socket' has no attribute 'PF_PACKET'

citysu commented 3 years ago
serrhini commented 3 years ago

Thank you appreciate