• Joined on 2025-04-06
yaro pushed to main at yaro/wifi_test 2025-04-28 14:15:16 -05:00
fc162eb90a Fix email attachment syntax in runtest.sh
yaro pushed to main at yaro/wifi_test 2025-04-28 13:55:50 -05:00
e05c3fba99 Fix pyshark FileCapture parameters in analyze_pcap function
69c46aff22 Refactor CSV handling in csv_handler.py and update runtest.sh to log SSID metrics file path
Compare 2 commits »
yaro pushed to main at yaro/wifi_test 2025-04-28 13:24:56 -05:00
68ed848b54 Update email body default in runtest.sh and correct SSID metrics file path in settings.env.default
yaro pushed to main at yaro/wifi_test 2025-04-28 11:53:19 -05:00
5ea493b3f8 Enhance SSID metrics extraction by adding client tracking and updating function signatures
yaro pushed to main at yaro/wifi_test 2025-04-28 10:47:31 -05:00
dc9da2e2e3 Fix import statement for merge_ssid_summaries in enrich.py
yaro pushed to main at yaro/wifi_test 2025-04-28 10:31:29 -05:00
ad8226d631 Add timing logs to main function for performance tracking during pcap analysis
yaro pushed to main at yaro/wifi_test 2025-04-24 15:47:40 -05:00
55b0835dd7 Refactor enrichment module by adding utility functions, enhancing CSV handling, and implementing SSID metrics extraction. Update run_test script to improve logging on speed test failures.
yaro pushed to main at yaro/wifi_test 2025-04-24 09:04:23 -05:00
4b9ad6f609 Refactor run_iperf function to handle timeouts and improve error handling
yaro pushed to main at yaro/wifi_test 2025-04-23 12:56:43 -05:00
e75b3807f9 Refactor run_iperf function to improve logging and streamline output handling
yaro pushed to main at yaro/wifi_test 2025-04-23 12:42:08 -05:00
0818da0351 Refactor get_tx_failed function to remove unnecessary logging and improve performance
yaro pushed to main at yaro/wifi_test 2025-04-23 12:00:43 -05:00
5abb99ab86 Add timing logs to key operations in runtest.sh for better performance tracking
yaro pushed to main at yaro/wifi_test 2025-04-22 10:19:04 -05:00
5c4cb2606e Refactor run_iperf function and improve test execution logging
yaro pushed to main at yaro/wifi_test 2025-04-22 09:01:13 -05:00
d74aa8ba2c Refactor analyze_pcap function to improve SSID encryption status handling and simplify summary output
yaro pushed to main at yaro/wifi_test 2025-04-22 08:44:26 -05:00
7be1550278 Enhance analyze_pcap function to store multiple SSID encryption statuses and update summary output
e0e6bd6a99 Refactor run_iperf function to parse JSON output and improve error logging
Compare 2 commits »
yaro pushed to main at yaro/wifi_test 2025-04-22 08:13:30 -05:00
3f27473357 Initialize ssid_encryption_status dictionary in analyze_pcap function for tracking SSID encryption status
yaro pushed to main at yaro/wifi_test 2025-04-21 16:07:03 -05:00
595a4b8774 Fix handling of SSID encryption status in analyze_pcap function to prevent overwriting existing values
yaro pushed to main at yaro/wifi_test 2025-04-21 16:05:07 -05:00
9b8b59e562 Add bandwidth configuration to settings.env.default and update run_iperf function for UDP modeS
yaro pushed to main at yaro/wifi_test 2025-04-21 15:33:10 -05:00
ddc27d9313 Enhance analyze_pcap function to track SSID encryption status and improve handling of hidden SSIDs
0129ddeaa2 Enhance analyze_pcap function to determine open status based on WLAN capabilities
Compare 2 commits »
yaro pushed to main at yaro/wifi_test 2025-04-21 14:54:16 -05:00
434add2694 Refactor loops and improve formatting in runtest.sh for better readability
yaro pushed to main at yaro/wifi_test 2025-04-21 14:40:03 -05:00
d92621d2f0 Fix loop termination in runtest.sh to ensure proper execution flow