mirror of
https://github.com/smittix/intercept.git
synced 2026-07-06 00:28:12 -07:00
3f254b1e41
grgsm_scanner fully buffers stdout when piped, so scan results never reach Python until the buffer fills or process exits. Wrapping with stdbuf -oL forces line-buffered output for real-time data streaming. Also increased scan timeout from 120s to 300s since scanning 4 bands legitimately takes 2-3 minutes. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>