tweigel-dev
                                            tweigel-dev
                                        
                                    Are you sure that a buffer overflow happend? Because currently I am using the https://github.com/pgawlowicz/linux-80211n-csitool-supplementary/blob/master/python/netlink.py code to extract csi at real time and have no problems. this code seems to...
i try to merge your code with the code by pgawlowicz. Did the following function I found in your code work? ```python def read_bf_entry(self, data): """ This function parses a...
with the following snipped you can try to use the realtime capture: ``` python def print_and_fill(csiEntry): print(csiEntry) global entrys entrys.append(csiEntry) reader = IWLBeamformReader() entrys = [] reader.read_log(print_and_fill) ```
I noticed that `data[4:25]` gives a length of 21, but the struct.unpack needs 20. There is the source of the issue I think
>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...
@b00l3an and @shikhalakra22 I get CSI matrix values by the Intel5300 csi tool. Now iam trying to use Atheros. If i gather some data with atheros-csi, i will share them...
Wow thanks for the fast and detailed response! ### intel csi if you want to use the intel csi. spanev updated the kernel and make it working for a explicit...
But if Intel-csi and atheros-csi are both using explicit-beamforming why intel-csi don't need an implementation at the tx? interesting...
@mzakharocsc hay, thanks for the response. at [ASUS_RT-AC86U](http://en.techinfodepot.shoutwiki.com/wiki/ASUS_RT-AC86U) is written that there is this chip: Broadcom BCM4365E or Broadcom BCM4366E interesting is that i cant find any useful mention of...
Nice Idea @luckydonald, is there any ambition merging this? maybe @luckydonald could open an MR with the necessary changes and we can have a look whether the maintainer will have...