← Wire protocol explainer

Capture inspector

Loads a checked-in Chrome + Android capture and walks the actual fixture bytes for every artifact in the wire protocol explainer — useful for byte-for-byte comparison against your own implementation.

Load a different capture

This page already auto-loads the checked-in Chrome/Android capture. Use these controls only when comparing a newer local Android handler bundle.

node tools/capture/capture-android-rp-flow.mjs \
  --url http://127.0.0.1:3010 \
  --no-server \
  --adb-auto-wallet \
  --out /tmp/shc-handler-runs \
  --timeout 300000

Serve the repo root over HTTP so local fixture files can be fetched.

No run directory selected yet.