MOHAN SUN

Results 10 comments of MOHAN SUN

> you can just ping your device if you are in client mode or send some dataframes with the monitor mode if your setup requires not connected devices. you only...

> The raspberry pi collecting CSI cannot receive any packets. > > If you want to collect CSI from the other Raspberry Pi, connect it to your router, and ping...

> CSI packets are on UDP Port 5500, so you should collect from that: > > ```shell > makecsiparams -c channel/bandwidth -C 1 -N 1 -m macIdOfThePiThatPings > # Or...

> yes it can because ICMP is layer4 and uses layer2(framing). > Did you gather all frames of ICMP packages or did you also notice a leakage like mentioned here?...

> It's very difficult to collect CSI of only ICMP packets. You can see more in #119. The problem is that, the index for the byte which represents ICMP packets...

> Which Setup you are using that you dont have a noticeable loss? I'm using raspberry pi 4b. I use one raspberry pi to ping the router and another pi...

I still have one question. Can the CSI extractor collect CSI of only TCP packets sent from one raspberry pi? Because I want to collect the CSI of packets from...

@tweigel-dev Are your results similar to the picture I uploaded above? Why only UDP packets captured and no ICMP packet?

> > Why only UDP packets captured and no ICMP packet? > > Nexmon_CSI collects CSI of all frames, and puts the CSI measurement in a UDP packets, and sends...

> > @tweigel-dev Are your results similar to the picture I uploaded above? Why only UDP packets captured and no ICMP packet? > > yes i gather the same output....