-
I am using a Raspberry Pi (A) to collect CSI data, and keep pinging data to the router through another Raspberry Pi (B). I can collect CSI data, but I don’t know which communication chain the CSI da…
yjxb1 updated
4 months ago
-
For each sample, only CSI corresponds to the relationship between pose and mask. No annotation was found for which fall mode the data corresponds to.
-
Hello, I'm new to nexmon extractor & CSIkit. I was able to extract the pcap file correctly according to the instructions. But I have a few questions. I tried to visualize the data using Gi-z's CSIKit,…
-
Interesting work! Thank you for sharing the code.
However, the training data is not provided in this repo or in your project page.
Would you please provide some typical training data?
Actuatually …
-
I used matlab to get data, why there are some negative infinite number in the data, how to deal with these data?Many thanks!
-
I am fairly new to using this and trying to process WiFi CSI data for experimenting, but after running it with a Raspberry Pi-3b+ using the Nexmonster patch firmware, I can successfully capture packet…
-
``
if len(csi_data) != len(DATA_COLUMNS_NAMES):
print("**element number is not equal**")
continue
try:
csi_raw_data = json.loads(csi_data[-1])
except json.JSONDecodeError:
pri…
-
I have read your code carefully, and I have a question that staion can receive CSI even though there is no code about sending data in AP. According to my guess, is it because the ap returns an ACK a…
-
## Describe the bug
Around 2733 requests have come to CSI for resizing invalid value which is not expected
` Normal Resizing 4m26s (x2733 over 3d23h) external-resizer spectrumscale.csi.ibm.com …
-
@dpward @dhalperi I want to add the mac address to the CSI data belongs to the sender So if I need modfied the kernel for the iwwifil?
Thanks a lot