Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
cledsonsousa opened this issue Aug 2, 2024 · 1 comment
Open

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

cledsonsousa opened this issue Aug 2, 2024 · 1 comment

Comments

@cledsonsousa
Copy link

cledsonsousa commented Aug 2, 2024

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!

@zeroby0
Copy link
Collaborator

zeroby0 commented Aug 22, 2024

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

It's faster and supports more encodings

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants