Adding pcap analysis since kismet logs seem unreliable.

This commit is contained in:
Yaro Kasear 2025-04-10 14:42:42 -05:00
parent 18f928a81e
commit fff377afd0
2 changed files with 71 additions and 0 deletions

View file

@ -11,9 +11,12 @@ TEST_FILE="/home/yaro/${BOOT_ID}-speedtest.csv"
PING_COUNT=25
PING_TARGET=1.1.1.1
KISMET_LOG_DIR="/home/yaro/kismet_logs"
LEAD_TIME=90s
ENRICHED_FILE="${TEST_FILE%}+rf.csv"
sleep $LEAD_TIME
# Function to get current TX failed count
get_tx_failed() {
iw dev $INTERFACE station dump | awk '/tx failed/ {print $3}'