Onec Protocol Tool Setup
Overview
Verify that the capture pipeline and decode tools are installed, reachable, and producing usable streams before deeper protocol work.
Workflow
- •Read
references/tooling_checklist.mdand run the pre-flight checks. - •Confirm ports/paths:
- •
LISTEN_ADDRis free. - •
./logs/and./artifacts/are writable.
- •
- •Run a control capture:
- •One known command with expected output.
- •Confirm streams exist and
rac_decodeparses them.
- •If any step fails, use the troubleshooting section in the checklist and report the exact failing command/output.
Output Requirements
When reporting setup results:
- •List tools verified and missing.
- •Provide the exact command(s) used for the control capture.
- •State whether
rac_decodeparsed both directions. - •If blocked, list the smallest next action needed to proceed.