nexmonster/nexmon_csi

Trying csiexplorer on # chip = 'bcm4366c0' # Asus RT-AC86U

Opened this issue · 1 comments

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.

# 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!

Try nexcsi: https://github.com/nexmonster/nexcsi

It's faster and supports more encodings