Skip to content

Releases: yuzeis/Roco-Kingdom-MITM-Server

RocoMITMServer v2.1.0 Verzweifelt

23 May 05:30

Choose a tag to compare

RocoMITMServer v2.1.0 Verzweifelt

Release Highlights

  • Web MITM for Roco Kingdom 8195/TGCP with WinDivert redirection and Web UI.
  • RFN runtime with function manifests, HTTP bindings, packet bindings, scheduled jobs, import/run APIs, and session rotate handling.
  • Packed opcode schema payload: 1626 opcode schemas in config/opcodes.pack.bin.
  • RFN Console is available in the main Web UI and at /rfn-console.
  • Release package excludes runtime logs, pcap captures, sqlite state, local paths, and test cache artifacts.

Verification

  • python -B -m roco_mitm selftest: passed.
  • python -B -m pytest -q: 100 passed, 28 warnings.
  • python -B tools/pack_opcode_schemas.py --config-dir config verify: ok=true, count=1626.
  • Web JavaScript syntax checks with node --check: passed.
  • Live 8195 MITM smoke: connected, decoded traffic, RFN packet bindings triggered, RFN import/run APIs passed.
  • RFN reconnect/session_rotate verification: passed, audit event written and session-scope state cleared.

Notes

This release is intended for Windows usage with Python 3.10+ and optional WinDivert/pydivert support for transparent redirection.