rjmcmahon
  • Joined on 2025-12-16
rjmcmahon created branch main in rjmcmahon/UmberHubManager 2026-03-08 00:00:49 +00:00
rjmcmahon pushed to main at rjmcmahon/UmberHubManager 2026-03-08 00:00:49 +00:00
2650ca4b5e first commit
rjmcmahon created repository rjmcmahon/UmberHubManager 2026-03-07 23:49:29 +00:00
rjmcmahon pushed to main at rjmcmahon/fiwi_monitor 2026-02-17 01:44:51 +00:00
e9a50d9f25 Fix timestamp formatting for pcap: convert EDecimal to float for fromtimestamp
rjmcmahon pushed to main at rjmcmahon/fiwi_monitor 2026-02-17 01:43:08 +00:00
ed6a2cd328 Add --tcpdump-capture (-T) for high-rate capture; document scapy drops
rjmcmahon pushed to main at rjmcmahon/fiwi_monitor 2026-02-14 00:01:41 +00:00
c192d911df Fix test capture frame numbering and subtype sort; code review fixes
rjmcmahon pushed to main at rjmcmahon/fiwi_monitor 2026-02-13 23:52:11 +00:00
77fb5c69d4 Only show tcpdump message when tcpdump is available
1ef363f644 Improve tcpdump counter error handling and debugging
Compare 2 commits »
rjmcmahon pushed to main at rjmcmahon/fiwi_monitor 2026-02-13 23:48:12 +00:00
fc9b8c7f00 Add concurrent tcpdump counter for data frame comparison
rjmcmahon pushed to main at rjmcmahon/fiwi_monitor 2026-02-13 23:44:25 +00:00
e52cd355e7 Change duration argument to time and add timestamps to sample packets
rjmcmahon pushed to main at rjmcmahon/fiwi_monitor 2026-02-13 23:41:04 +00:00
12c57df2a2 Refactor CLI to use argparse key-value pairs and improve data frame analysis
rjmcmahon pushed to main at rjmcmahon/fiwi_monitor 2026-02-13 23:36:30 +00:00
9ff3cb9793 Fix async subprocess communication and remove unsupported snaplen parameter
rjmcmahon pushed to main at rjmcmahon/fiwi_monitor 2026-02-13 23:34:55 +00:00
96aab517af fix communicate and await
rjmcmahon pushed to main at rjmcmahon/fiwi_monitor 2026-02-13 23:30:30 +00:00
e09456aab9 Refactor MonitorModeSetup to WiFiMonitor with async start/stop methods
rjmcmahon pushed to main at rjmcmahon/fiwi_monitor 2026-02-13 23:19:31 +00:00
b67107e53e Refactor WiFi monitor script: improve code quality and rename
rjmcmahon pushed to main at rjmcmahon/fiwi_monitor 2026-02-13 23:09:37 +00:00
d3a4937d0a Add PCAP file reading support and packet size limiting option
04e05c409a Replace bash script with pure Python scapy-based monitor script
Compare 2 commits »
rjmcmahon pushed to main at rjmcmahon/fiwi_monitor 2026-02-13 23:01:46 +00:00
5132a667e9 Fix Python parser: improve field parsing robustness and add debug output
rjmcmahon pushed to main at rjmcmahon/fiwi_monitor 2026-02-13 22:58:55 +00:00
3cb36bff4b Replace bash/awk parsing with Python script for robust tshark output parsing
rjmcmahon pushed to main at rjmcmahon/fiwi_monitor 2026-02-13 22:53:01 +00:00
7e9006a69b Fix packet parsing regression: use flexible grep pattern
rjmcmahon pushed to main at rjmcmahon/fiwi_monitor 2026-02-13 22:38:00 +00:00
8c9487984a Fix regression: use temp file for tshark output parsing
b01098a613 Fix regression: improve packet parsing robustness
Compare 2 commits »
rjmcmahon pushed to main at rjmcmahon/fiwi_monitor 2026-02-13 22:36:03 +00:00
9bf8594c48 Add PHY rate and MCS histograms per RA/TA pair