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

Python CSI reader #5

Merged
merged 3 commits into from
Mar 4, 2021
Merged

Conversation

zeroby0
Copy link
Collaborator

@zeroby0 zeroby0 commented Dec 12, 2020

Hi! Here is the branch: https://github.com/zeroby0/nexmon_csi/tree/feature/python/utils/python

The code is divided into three parts:

  • A pcap reader, in decoders
  • A plotter, in plotters
  • A controller, in csiexplorer.py

In retrospect, this is much similar to the MVC architecture in web-apps 😂.

Currently, only the interleaved decoder is implemented, which can read pcap files from bcm43455c0 (Raspberry Pi) and bcm4339 (Nexus 5).

To support Asus RT-AC86U, another decoder which can read the floatingpoint CSI format is needed. Fortunately, I have the router, and can generate .pcap files for testing.

Please take a look and give feedback. Thanks!

@zeroby0 zeroby0 merged commit a424c1c into nexmonster:feature/python Mar 4, 2021
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

Successfully merging this pull request may close these issues.

1 participant