Glenn Forbes
Glenn Forbes
Hi, I can definitely see the issue you're having. Took a quick stab at trying to fix it, but there seems to be some misalignment in the underlying structs. This...
Thanks for bringing this up as I'd like to add support for the increasing nexmon format variants. I'm away from my desk for a couple of days. Could you provide...
https://drive.google.com/file/d/12d1n4ALoPQkgeyxyvhwdcfm-eHj7KJ7I/view?usp=sharing Apologies for the delay. Still away from home but I've thrown together a very quick temporary version which'll parse your files from nexmonster pi-5.4.51-plus. I'll be happy to go...
[PicoScenes](https://www.youtube.com/watch?v=_X6JVb69-MA) is great for that.
Ah right, my apologies, should've read more thoroughly. Intel's AX-series timestamps in PicoScenes are recorded by the internal clock on the NIC. Real-world timestamps aren't currently available through PicoScenes, as...
Hi, that code is functional but incomplete. My only test system using IWL5300 encounters a buffer overflow after reading CSI in real-time for longer than 1 minute. I am inexperienced...
Thank you, I will attempt this solution once I've also had time to merge your PR!
CSIKit performs grouping to generate CSI matrices with dimensions of (nRx, nTx, nSub) (Rx=Receiving antennas, Tx=Transmit antennas, Sub=Subcarriers). For instance, if there are 1000 frames in a .pcap file collected...
I have installed nexmon (as opposed to nexmon_csi) to use the frame injection functionality which is listed on the README. As far as I can tell, there is no regulations.c...
Added the regulations.c file from nexmon_csi, and changed the FW_VER_7_45_189 reference to FW_VER_ALL. Compilation now fails at the LINKING OBJECTS stage. Is this indicating that I do not have enough...