citysu / csiread

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

AttributeError: module 'csiread' has no attribute 'ESP32' #9

Closed arcgolatkar closed 3 years ago

arcgolatkar commented 3 years ago

I checked the csireadESP32.py from examples and while running this file with my local data collected using ESP32 -CSI tool, I am getting the following error: AttributeError: module 'csiread' has no attribute 'ESP32' Wanted to know whether I can plot my data in real-time using this library?

citysu commented 3 years ago

This library doesn't support esp32-csi-tool. I don't have any esp32 devices and cannot guarantee that csiread.ESP32 is correct, so I just added the original implementation about it in the examples