mirror of
https://github.com/smittix/intercept.git
synced 2026-04-24 06:40:00 -07:00
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>