• Joined on 2025-04-06
yaro pushed to main at yaro/wifi_test 2025-04-29 11:08:02 -05:00
c6fb5ca049 Add debug print statements to query_metrics for packet analysis insights
yaro pushed to main at yaro/wifi_test 2025-04-29 10:57:56 -05:00
6c8f542448 Remove debugging print statements from IndexedCapture to clean up code
yaro pushed to main at yaro/wifi_test 2025-04-29 10:33:27 -05:00
32488ccbe2 Add debug print statements to IndexedCapture for packet indexing insights
dca27cf034 Revert a fix that did not work.
Compare 2 commits »
yaro pushed to main at yaro/wifi_test 2025-04-29 10:13:13 -05:00
6ecb49de99 Refactor query_metrics to utilize packet-specific data for client and AP counts, enhancing accuracy and performance
yaro pushed to main at yaro/wifi_test 2025-04-29 10:05:10 -05:00
2a13eed6f9 Add debug print statement to query_metrics for packet count in time range
yaro pushed to main at yaro/wifi_test 2025-04-29 09:44:16 -05:00
deedca8d2f Enhance pcap analysis by loading and indexing capture file once, improving efficiency and adding dummy SSID summary generation for future compatibility
f9837f01e8 Refactor pcap analysis by introducing IndexedCapture for efficient data handling and querying
Compare 2 commits »
yaro pushed to main at yaro/wifi_test 2025-04-28 16:08:57 -05:00
24d9783bb9 Fix display filter typo and add error handling for packet filtering in analyze_pcap function
yaro pushed to main at yaro/wifi_test 2025-04-28 15:30:52 -05:00
3675a5e97e Add display filter to pyshark FileCapture in analyze_pcap function
yaro pushed to main at yaro/wifi_test 2025-04-28 14:59:28 -05:00
150f8fc448 Add default email body for test completion notification in runtest.sh
yaro pushed to main at yaro/wifi_test 2025-04-28 14:23:28 -05:00
b810c93e29 Enhance logging in runtest.sh by implementing session logging and ensuring proper script execution flow
yaro pushed to main at yaro/wifi_test 2025-04-28 14:16:49 -05:00
8224deaba1 Add script logging and ensure proper exit in runtest.sh
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