You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to analyze some data from PCAP files captured using an Asus RT-AC86U, but it seems there is currently no support for CSI encoded as floating point values.
My csiexplorer.py is default, and in my config.py, I have uncommented line 10 for Asus RT_AC861 which im using.
# chip = 'bcm4339' # Nexus 5
# chip = 'bcm43455c0' # Raspberry Pi 3B+ and 4B
# chip = 'bcm4358' # Nexus 6P
chip = 'bcm4366c0' # Asus RT-AC86U
And it gives me the error:
ModuleNotFoundError: No module named 'decoders.floatingpoint'
Any guidance or workarounds for this issue would be greatly appreciated.
Thank you!
The text was updated successfully, but these errors were encountered:
Hi,
I'm trying to analyze some data from PCAP files captured using an Asus RT-AC86U, but it seems there is currently no support for CSI encoded as floating point values.
My csiexplorer.py is default, and in my config.py, I have uncommented line 10 for Asus RT_AC861 which im using.
And it gives me the error:
Any guidance or workarounds for this issue would be greatly appreciated.
Thank you!
The text was updated successfully, but these errors were encountered: