mirror of
https://github.com/pyMC-dev/pyMC_Repeater.git
synced 2026-08-06 08:53:46 +02:00
4ee2977236
Bridges browser WebSocket connections to companion TCP frame servers. Uses configured bind_address (not hardcoded 127.0.0.1) so the proxy works regardless of how the frame server is bound. - JWT auth (same pattern as PacketWebSocket) - Resolves companion by name → (host, port) from config - Raw byte pipe: WS ↔ TCP, no protocol parsing - Diagnostic logging throughout for troubleshooting Co-Authored-By: Oz <oz-agent@warp.dev>