Open dakami opened 5 years ago
Diving into the data a bit, i'm seeing that only about a quarter of the UDP payload data is changing from packet to packet. Seems strange.
AP is on channel 149, init string was:
echo "3cd0010080000000ffffffffffffb6fbe4196e08" | xxd -r -p | base64
pcap attached. (I sniffed the UDP traffic with tcpdump, dumped to a file, adb pulled that.)
mon2.pcap.zip
r array([[ 255, 255, 255, ..., -3315, 7193, -522], [ 255, 255, 255, ..., -3315, 7193, -522], [ -256, -1, -1, ..., -3315, 7193, -522], ..., [ -1, -1, -1, ..., -3315, 7193, -522], [ 0, 0, 0, ..., -3315, 7193, -522], [ 255, 255, 255, ..., -3315, 7193, -522]], dtype=int16)
The same thing happens to me, any idea why? My guess is because we are capturing 20MHz on 5G channel.
Diving into the data a bit, i'm seeing that only about a quarter of the UDP payload data is changing from packet to packet. Seems strange.
AP is on channel 149, init string was:
echo "3cd0010080000000ffffffffffffb6fbe4196e08" | xxd -r -p | base64
pcap attached. (I sniffed the UDP traffic with tcpdump, dumped to a file, adb pulled that.)
mon2.pcap.zip